Skip to content

16A9DA/Data-Science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

32 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Data Science

Pandas Β· NumPy Β· Real-World Datasets


About

I'm actively learning Data Science with a focus on practical, real-world application. This repo documents my progress from mastering core Pandas & NumPy operations to building complete data projects. Everything here is written, tested, and understood by me.


Repository Structure

Data Science/
β”‚
β”œβ”€β”€ Basics/                        # Core concepts, learned hands-on with real data
β”‚   β”œβ”€β”€ players_20.csv             # Football player Dataset
β”‚   β”œβ”€β”€ StudentsPerformance.csv    # Dataset Student performace
β”‚   β”œβ”€β”€ laptop_price.csv           # Dataset laptop information and prices
β”‚   |── AttrMethFunc.ipynb         # Attributes, methods & functions
β”‚   β”œβ”€β”€ CreateDataFrame.ipynb      # Building & structuring DataFrames using Numpy and Pandas
β”‚   β”œβ”€β”€ ColBasedCondition.ipynb    # Column based filtering using conditon / creating codititional columns, using numpy select/where function
β”‚   β”œβ”€β”€ DataInDict.ipynb           # Adding multiple dataframes to dict for better & easy access
β”‚   β”œβ”€β”€ Duplicate.ipynb            # Mutiple methods to manipluate data using duplicated/drop_duplicate function
β”‚   β”œβ”€β”€ Extraction.ipynb           # Extractig data and manipluate using loc and iloc
β”‚   β”œβ”€β”€ FilteringDataMethods.ipynb # Filtering data using only pandas methods
β”‚   β”œβ”€β”€ Index.ipynb                # Indexing
β”‚   β”œβ”€β”€ isin.ipynb                 # using isin function to analayes data with conditons/values
β”‚   β”œβ”€β”€ Operations.ipynb           # Arithmetic & logical operations
β”‚   β”œβ”€β”€ Queries.ipynb              # Using query fucntion and dtype to fetch and change data type
β”‚   β”œβ”€β”€ Rename.ipynb               # Renaming columns & indexes
β”‚   β”œβ”€β”€ SortValues.ipynb           # Sorting data
β”‚   └── ValueCount.ipynb           # Frequency analysis
β”‚
└── Projects/                      # Applied projects on real datasets
    └── WebScraping.ipynb          # Scraping multiple dataset[football(season and leagues)] from web using URL patterns & loops

πŸ› οΈ Tech Stack

  • Python
  • Pandas
  • NumPy
  • Jupyter Notebooks

Goal

This repository is part of my long-term path toward becoming proficient in Data Science and Machine Learning. I learn by doing every notebook here uses real data and solves real problems. Much more to come.


πŸ“„ License

For educational purposes only.

About

General Data Science Portfolio with projects to showcase knowledge and skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors