Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion 3_data_exploration/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# Data Exploration
# Data Exploration Guide

- This notebook (`data_exploration.ipynb`) explores the final merged dataset used in the project. It does the following:

- Loads the cleaned dataset from `1_datasets`
- Checks dimensions, data types, and missing values
- Generates descriptive statistics
- Visualizes key variables including math proficiency in 2019 and 2023
- Explores distribution of learning losses
- Identifies countries with the largest changes in math proficiency

- This notebook ( `class7_math_exploration.ipynb`)explores student-level data from **grade 7** in Bangladesh across 3 academic years (2019–2021). It includes:

- Loading the dataset from `1_datasets`
- Visualizing math scores by academic year using boxplots and histograms
- Observing trends in learning disruption during the pandemic period
196 changes: 196 additions & 0 deletions 3_data_exploration/class7_math_exploration.ipynb

Large diffs are not rendered by default.

Loading
Loading