https://github.com/mehwishferoz/data-analysis-with-python-zero-to-pandas
This repository contains the Python code and projects I created while learning the Data Analysis with Python: Zero to Pandas course. The course covers essential topics such as data cleaning, analysis, and visualization using powerful Python libraries like Pandas, NumPy, Matplotlib, and Seaborn.
https://github.com/mehwishferoz/data-analysis-with-python-zero-to-pandas
exploratory-data-analysis jovian matplotlib numpy pandas seaborn
Last synced: about 1 month ago
JSON representation
This repository contains the Python code and projects I created while learning the Data Analysis with Python: Zero to Pandas course. The course covers essential topics such as data cleaning, analysis, and visualization using powerful Python libraries like Pandas, NumPy, Matplotlib, and Seaborn.
- Host: GitHub
- URL: https://github.com/mehwishferoz/data-analysis-with-python-zero-to-pandas
- Owner: mehwishferoz
- Created: 2024-12-15T05:31:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-15T05:35:21.000Z (over 1 year ago)
- Last Synced: 2025-05-30T02:45:15.997Z (about 1 year ago)
- Topics: exploratory-data-analysis, jovian, matplotlib, numpy, pandas, seaborn
- Language: Jupyter Notebook
- Homepage: https://jovian.com/certificate/MFQTSMBVGY
- Size: 3.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Analysis with Python: Zero to Pandas
This repository contains the Python scripts and projects I created while learning the *Data Analysis with Python: Zero to Pandas* course. The course covers essential topics in data analysis using Python libraries such as Pandas, NumPy, Matplotlib, and Seaborn.
### Key Topics Covered:
- **Data Cleaning**: Handling missing values, transforming columns, and filtering data.
- **Data Wrangling**: Merging, reshaping, and aggregating data.
- **Exploratory Data Analysis (EDA)**: Analyzing datasets with statistics and visualizations.
- **Data Visualization**: Creating insightful plots using Matplotlib and Seaborn.
Each file in this repository represents a lesson or exercise from the course, providing hands-on examples of how to analyze real-world datasets.