UBC-DSCI / introduction-to-datascience-python

Open Source Textbook for DSCI100: Introduction to Data Science in Python
https://python.datasciencebook.ca
Other
10 stars 8 forks source link

Bug hunt: Ch 3 #333

Closed lheagy closed 8 months ago

lheagy commented 9 months ago

3.4.2. Tidying up: going from long to wide using pivot

3.4.3. Tidying up: using str.split to deal with multiple separators

3.7. Using iloc[] to extract rows and columns by position

3.9. Performing operations on groups of rows using groupby