Skip to content

Commit a75c203

Browse files
authored
fixed formatting
1 parent 45a9109 commit a75c203

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

chapters/en/slides/module1/module1_00.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ Notes: In this module you will be introduced to dataframes, the Python Pandas pa
1313

1414
By the end of the module, students are expected to:
1515

16-
- Describe the components of a Dataframe.
17-
- Read a standard `.csv` file using Pandas [`pd.read_csv()`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html).
18-
- Load the `pandas` library into Python.
19-
- Demonstrate indexing and slicing with `.loc[]` and `.iloc[]`.
20-
- Demonstrate Selecting columns of a dataframe using `df[]` notation.
21-
- Obtain values from a dataframe using `.loc[]`.
22-
- Sort a dataframe using [`.sort_values()`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.sort_values.html).
23-
- Create simple summary statistics using [`.describe()`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.describe.html).
24-
- Construct simple visualizations using [Altair](https://altair-viz.github.io/).
25-
- Create a `.csv` file from a dataframe using [`.to_csv()`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_csv.html).
16+
- Describe the components of a Dataframe.
17+
- Read a standard `.csv` file using Pandas [`pd.read_csv()`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html).
18+
- Load the `pandas` library into Python.
19+
- Demonstrate indexing and slicing with `.loc[]` and `.iloc[]`.
20+
- Demonstrate Selecting columns of a dataframe using `df[]` notation.
21+
- Obtain values from a dataframe using `.loc[]`.
22+
- Sort a dataframe using [`.sort_values()`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.sort_values.html).
23+
- Create simple summary statistics using [`.describe()`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.describe.html).
24+
- Construct simple visualizations using [Altair](https://altair-viz.github.io/).
25+
- Create a `.csv` file from a dataframe using [`.to_csv()`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_csv.html).
2626

2727
Notes:
2828

0 commit comments

Comments
 (0)