This repository contains beginner-level Pandas Series programs created as part of my Data Science / Data Engineering learning journey.
It focuses on understanding the basics of Pandas Series using Python.
- 🎓 B.Tech CSE Student
- 🎯 Aspiring Data Engineer
- 🐍 Learning Python for Data Science
- 📘 Currently studying Pandas (Series)
- Python
- Pandas
- Git & GitHub
Pandas/
│
├── basic.py # Pandas Series basics
├── save.py # Practice scripts (learning phase)
├── README.md # Documentation
├── .gitignore # Ignored files & folders
- Clone the repository:
git clone https://github.com/abhii026/Pandas.git- Go to the project folder:
cd Pandas- Install Pandas:
pip install pandas4.Run the script:
python basic.pyTo build a strong foundation in Pandas, starting with Series, and gradually move to DataFrames and real-world data analysis, aiming for a Data Engineer role.
-
Pandas DataFrame
-
Reading CSV & Excel files
-
Data cleaning basics
-
Pandas with SQL