This repository contains the materials from the Intro to Pandas workshop held in Spring 1404, hosted by Parsa Naderi and Mahla Rahim Targhi.
In this hands-on session, participants were introduced to the Pandas library for Python β a powerful tool for data manipulation and analysis.
- Creating and working with
Series
andDataFrames
- Importing and exporting data (CSV)
- Indexing, filtering, and slicing
- Basic statistical and aggregation methods
- Handling missing data
- Grouping and summarizing