bcgov / ds-intro-to-python

Lessons for an Introduction to Data Science using Python Workshop
https://bcgov.github.io/ds-intro-to-python/
Creative Commons Attribution 4.0 International
3 stars 1 forks source link

Advanced pandas #24

Closed lindsay-fredrick closed 1 year ago

lindsay-fredrick commented 1 year ago

This section touches on more advanced Pandas functionality including:

While it is unlikely we actually get to this topic during the actual 2 day course (unless they choose it as their bonus topic if we have time for some reason), I think it's still really useful reference material. Or it can be incorporated into other sections of the course as it evolves and we tweak as need be.

The section I didn't create but considered was a section on creating categorical data (like R factors). Could not decide...!