This repo is where I document my journey of learning Pandas, one of the most powerful libraries in Python for data manipulation and analysis.
It starts from the basics (Series, DataFrames, indexing) and slowly builds toward advanced topics (grouping, merging, time series, visualization).
- β Understand DataFrames & Series
- β Import & export data (CSV, Excel, SQL)
- β Indexing, slicing, and filtering
- β Grouping, aggregation, pivot tables
- β Visualization with Pandas & Matplotlib
- β Work with dates, times, and time series
| π Basics | π§Ή Data Cleaning | π Grouping & Aggregation | β³ Time Series |
|---|---|---|---|
| Series & DataFrames | Handle missing values | GroupBy & Pivot Tables | DateTime & Resampling |
| Import/Export (CSV,β¦) | Duplicates & Formatting | MultiIndex DataFrames | Time-based Analysis |
# Clone this repo
git clone https://github.com/abhayyrana/Pandas.git
cd Pandas
# Install dependencies
pip install pandas matplotlib numpy