Skip to content

Commit 20c4bbb

Browse files
lobj spacing wrangling
1 parent 894bd92 commit 20c4bbb

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

source/wrangling.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,25 @@ application, providing more practice working through a whole case study.
3636

3737
By the end of the chapter, readers will be able to do the following:
3838

39-
- Define the term "tidy data".
40-
- Discuss the advantages of storing data in a tidy data format.
41-
- Define what series and data frames are in Python, and describe how they relate to
42-
each other.
43-
- Describe the common types of data in Python and their uses.
44-
- Use the following functions for their intended data wrangling tasks:
45-
- `melt`
46-
- `pivot`
47-
- `reset_index`
48-
- `str.split`
49-
- `agg`
50-
- `assign` and regular column assignment
51-
- `groupby`
52-
- `merge`
53-
- Use the following operators for their intended data wrangling tasks:
54-
- `==`, `!=`, `<`, `>`, `<=`, and `>=`
55-
- `isin`
56-
- `&` and `|`
57-
- `[]`, `loc[]`, and `iloc[]`
39+
- Define the term "tidy data".
40+
- Discuss the advantages of storing data in a tidy data format.
41+
- Define what series and data frames are in Python, and describe how they relate to
42+
each other.
43+
- Describe the common types of data in Python and their uses.
44+
- Use the following functions for their intended data wrangling tasks:
45+
- `melt`
46+
- `pivot`
47+
- `reset_index`
48+
- `str.split`
49+
- `agg`
50+
- `assign` and regular column assignment
51+
- `groupby`
52+
- `merge`
53+
- Use the following operators for their intended data wrangling tasks:
54+
- `==`, `!=`, `<`, `>`, `<=`, and `>=`
55+
- `isin`
56+
- `&` and `|`
57+
- `[]`, `loc[]`, and `iloc[]`
5858

5959
## Data frames and series
6060

0 commit comments

Comments
 (0)