pandas Essential Training (2017)
Pandas is a powerful open-source data analysis and manipulation library for Python, widely used for data science and analytics tasks. It provides data structures like DataFrames and Series, which are essential for handling structured data effectively. Through this course I learned how to:
- create and manipulate DataFrames and Series
- read data from CSV files and validate data using pandas functions
- perform basic analysis and indexing
- create basic plots and visualizations to represent data, including colormaps and Seaborn
- group data for aggregation and reshape data structures to fit analysis needs
BUS4-110A – Fundamentals of MIS