Skip to content

Commit 896aa2b

Browse files
sync intro lobjs with R
1 parent 7f05ccc commit 896aa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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-
- Create new variables and objects in Python.
40+
- Create new variables and objects in Python using the assignment symbol.
4141
- Create and organize subsets of tabular data using `[]`, `loc[]`, `sort_values`, and `head`.
4242
- Add and modify columns in tabular data using column assignment.
4343
- Chain multiple operations in sequence.

0 commit comments

Comments
 (0)