Lesson 7 UNUSED NOTES

Notes https://www.datacamp.com/community/tutorials/categorical-data

Matplotlib The full list of chart types are available through the graphing library that we use build these charts called Matplotlib. You can browse the matplotlib gallery at: https://matplotlib.org/gallery/index.html

The pandas library integrates with matplotlib, which allows you to easily plot Data Frames and Series data.

_Note: If you are not using jupyterhub you need to import Matplotlib (pip install matplotlib).

Note: Adding new columns to data frames L = [‘Thanks You’, ‘Its fine no problem’, ‘Are you sure’]