Code Fellows 401
Day 12 Notes
Home
Reading
Pandas in 10
Additional Resources
Pandas - Getting Started
Real Python - Pandas Tutorials
Videos
What is Pandas
Bookmark and Review
Master Pandas
Things I want to know more about
- Pandas is a library for data manipulation and analysis in Python.
- It provides data structures and data manipulation tools for handling and analyzing structured data.
- The two main data structures in Pandas are Series (1-dimensional) and DataFrame (2-dimensional)
- Pandas provides functions for reading and writing data from/to different file formats such as CSV, Excel, SQL, etc.
- It also provides powerful data manipulation and cleaning functions such as groupby, merge, join, reshaping, etc. and data analysis functions like pivot tables, cross-tabulation and statistical summary