Skip to content

Commit 7f05ccc

Browse files
intro learning objectives
1 parent 8fc41d1 commit 7f05ccc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/intro.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ By the end of the chapter, readers will be able to do the following:
3737
- Identify the different types of data analysis question and categorize a question into the correct type.
3838
- Load the `pandas` package into Python.
3939
- Read tabular data with `read_csv`.
40-
- Use `help()` to access help and documentation tools in Python.
4140
- Create new variables and objects in Python.
4241
- Create and organize subsets of tabular data using `[]`, `loc[]`, `sort_values`, and `head`.
42+
- Add and modify columns in tabular data using column assignment.
4343
- Chain multiple operations in sequence.
4444
- Visualize data with an `altair` bar plot.
45+
- Use `help()` and `?` to access help and documentation tools in Python.
46+
47+
4548

4649
## Canadian languages data set
4750

0 commit comments

Comments
 (0)