Skip to main content

Data Analysis Practice Notebooks

Master data manipulation, analysis, and statistical visualization using Python’s core data science libraries.

1. NumPy


2. Pandas


3. Matplotlib


4. Seaborn


5. Visualization Guide


Datasets

These are the underlying datasets used in the notebooks above. Download them and save them in your workspace under a data/ folder:

student_dataset.csv

Student performance dataset used in the Pandas and visualization tutorials.

obesity_prediction.csv

Obesity prediction dataset used for data analysis and modeling exercises.