Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.27 KB

File metadata and controls

67 lines (48 loc) · 1.27 KB

📊 Pandas Series Practice

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.


🧑‍💻 About Me

  • 🎓 B.Tech CSE Student
  • 🎯 Aspiring Data Engineer
  • 🐍 Learning Python for Data Science
  • 📘 Currently studying Pandas (Series)

🛠️ Technologies Used

  • Python
  • Pandas
  • Git & GitHub

📂 Repository Structure

Pandas/
│
├── basic.py # Pandas Series basics
├── save.py # Practice scripts (learning phase)
├── README.md # Documentation
├── .gitignore # Ignored files & folders

🚀 How to Run the Code

  1. Clone the repository:
git clone https://github.com/abhii026/Pandas.git
  1. Go to the project folder:
cd Pandas
  1. Install Pandas:
pip install pandas

4.Run the script:

python basic.py

🎯 Learning Goal

To 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.

📬 Future Plan

  • Pandas DataFrame

  • Reading CSV & Excel files

  • Data cleaning basics

  • Pandas with SQL