File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,14 @@ By the end of the chapter, readers will be able to do the following:
37
37
- Identify the different types of data analysis question and categorize a question into the correct type.
38
38
- Load the ` pandas ` package into Python.
39
39
- Read tabular data with ` read_csv ` .
40
- - Use ` help() ` to access help and documentation tools in Python.
41
40
- Create new variables and objects in Python.
42
41
- Create and organize subsets of tabular data using ` [] ` , ` loc[] ` , ` sort_values ` , and ` head ` .
42
+ - Add and modify columns in tabular data using column assignment.
43
43
- Chain multiple operations in sequence.
44
44
- Visualize data with an ` altair ` bar plot.
45
+ - Use ` help() ` and ` ? ` to access help and documentation tools in Python.
46
+
47
+
45
48
46
49
## Canadian languages data set
47
50
You can’t perform that action at this time.
0 commit comments