Skip to content

Commit 22836d9

Browse files
authored
fixed formatting
1 parent a75c203 commit 22836d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

chapters/en/slides/module0/module0_00.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Welcome to Programming in Python for Data Science.
1717
1. Understand the key data structures in Python.
1818
1. Read data into Python data from vanilla (e.g., .csv) and non-standard plain text files, as well as common spreadsheet file types (e.g., .xls).
1919
1. Construct simple plots using Altair
20-
1. Manipulate a single data table by:
21-
7.1 Filtering rows based on a criterion or combination of criteria
22-
7.2 Selecting variables
23-
7.3 Creating new variables and modifying pre-existing ones
24-
7.4 Rearranging the observations or variables by sorting.
20+
1. Manipulate a single data table by:
21+
7.1 Filtering rows based on a criterion or combination of criteria.
22+
7.2 Selecting variables.
23+
7.3 Creating new variables and modifying pre-existing ones.
24+
7.4 Rearranging the observations or variables by sorting.
2525
1. Manage and manipulate data with dates and times, missing values and categorical variables as well as renaming dataframe columns.
2626
1. Produce human-readable code that incorporates best practices of programming and coding style.
2727

0 commit comments

Comments
 (0)