This repository contains two Jupyter notebooks aimed at cleaning and visualizing school data for integration into a Google Looker Studio Dashboard. The data used in these notebooks are sourced from various platforms including Education Data Explorer, Civil Rights Data, and the U.S. Department of Education
The dashboard is accessible via the following link: Dashboard Link
-
Notebook clean_data.ipynb: Data Cleaning: This notebook focuses on cleaning and preprocessing the raw school data obtained from the Education Data Explorer, Civil Rights Data, and the U.S. Department of Education. It includes steps for handling missing values, data transformations, and merging datasets.
-
Notebook 2: Data Visualization. The second notebook is dedicated to testing various types of graphs using Seaborn and Matplotlib libraries. It serves as a visualization playground where different graphs and visualizations can be experimented with before integration into the Google Looker Studio Dashboard.
To use the notebooks:
- Clone the repository to your local machine.
- Install Jupyter Notebook or JupyterLab.
- Open the notebooks using Jupyter Notebook or JupyterLab.
- Follow the instructions within each notebook to execute the respective tasks.
The data used in these notebooks are sourced from the following platforms:
The notebooks require the following Python libraries:
- Pandas
- NumPy
- Matplotlib
- Seaborn
These dependencies can be installed using pip:
pip install pandas numpy matplotlib seaborn
This project is licensed under the MIT License.