Advanced NumPy
Two data analysis projects using Python — Pandas, Matplotlib, Seaborn.
- Loads and explores an anime CSV dataset
- EDA using Pandas — shape, head, missing values
- Visualisations using Matplotlib and Seaborn
- Data cleaning and extraction pipeline
- Statistical analysis and pattern discovery
- Visual insights using Seaborn plots
GitHub may fail to render .ipynb files and show "An error occurred".
This is a known GitHub limitation with large or output-heavy notebooks.
To view properly, use one of these:
| Method | How |
|---|---|
| NBViewer (recommended) | Go to nbviewer.org and paste the GitHub URL |
| Google Colab | Replace github.com in the URL with colab.research.google.com/github |
| Clone locally | git clone the repo and open with Jupyter |
Python · Pandas · NumPy · Matplotlib · Seaborn · Statistics
Arzaan