You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to my Data Science Learning Hub! This repository is a comprehensive collection of assignments, projects, and hands-on exercises completed during my internship journey. Each notebook represents a milestone in mastering the essential tools and techniques of data science.
π What You'll Find Here
Category
Topics Covered
π Python Fundamentals
Variables, Control Flow, Functions, OOP
π¦ Data Structures
Lists, Dictionaries, Tuples, Sets
π’ NumPy
Arrays, Broadcasting, Linear Algebra
πΌ Pandas
DataFrames, Data Cleaning, Transformation
π EDA
Visualization, Pattern Recognition, Insights
π Statistics
Hypothesis Testing, Probability, Distributions
π Learning Workflow
Below is the structured learning path and workflow of my data science journey across the assignments:
# 1οΈβ£ Clone the repository
git clone https://github.com/Piyu242005/Piyu-ASSIGNMENTS.git
# 2οΈβ£ Navigate to the project directorycd Piyu-ASSIGNMENTS
# 3οΈβ£ Install dependencies (optional: use virtual environment)
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
# 4οΈβ£ Launch Jupyter Notebook
jupyter notebook
β¦ Tech Stack & Arsenal
Core Technology
Specialty
Algorithm & Core Logic
High-Performance Computation
Advanced Data Manipulation
Interactive Storytelling
Statistical Modeling
π Learning Progress
Tracking my journey through the data science curriculum:
Module
Timeline
Progress
Status
Python Basics & Data Structures
Day 01-05
β Mastered
NumPy & Pandas
Day 06-10
β Mastered
Exploratory Data Analysis
Day 11-14
β Mastered
Statistics Module
Day 15-XX
π Ongoing
π Key Takeaways
π‘ Python Mastery: Strong foundation in Python programming
π Data Wrangling: Proficient in data manipulation with Pandas
π’ Numerical Computing: Comfortable with NumPy operations
π Data Visualization: Creating meaningful visual insights
π Statistical Analysis: Understanding data through statistics
π€ Connect With Me
β If you find this repository helpful, please consider giving it a star!
Made with β€οΈ by Piyu
About
This repository contains Python and data science assignment notebooks demonstrating skills in NumPy, Pandas, statistics, and data structures. It includes hands-on analysis using real datasets such as Titanic and Cars, showcasing data cleaning, exploration, and foundational analytical workflows.