https://github.com/tanyakuznetsova/us-highschool-insights
Study of US/CA High School Performance and Socioeconomic Factors with SQL and GeoPandas
https://github.com/tanyakuznetsova/us-highschool-insights
academic-performance california census-data data-visualization geometry geopandas geospatial map-visualization python school-performances sql sqlite3 visualization
Last synced: 7 months ago
JSON representation
Study of US/CA High School Performance and Socioeconomic Factors with SQL and GeoPandas
- Host: GitHub
- URL: https://github.com/tanyakuznetsova/us-highschool-insights
- Owner: tanyakuznetsova
- Created: 2024-05-13T16:01:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T20:10:27.000Z (over 1 year ago)
- Last Synced: 2025-01-18T08:36:23.799Z (9 months ago)
- Topics: academic-performance, california, census-data, data-visualization, geometry, geopandas, geospatial, map-visualization, python, school-performances, sql, sqlite3, visualization
- Language: Jupyter Notebook
- Homepage:
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# US highschool performance Insights
Study of US/CA High School Performance and Socioeconomic Factors with SQL and GeoPandasThis project explores the relationship between high school performance and census data across different regions in the United States. By analyzing datasets containing information on high school academic proficiency and socioeconomic factors, we aim to uncover insights into educational outcomes and their broader context.
![]()
### Overview
The project focuses on the following key aspects:
- Analyzing academic proficiency in math and reading across public high schools.
- Investigating correlations between high school performance and demographic indicators such as median household income and urbanization levels.
- Comparing educational outcomes across different states and regions.
- Visualizing findings and patterns with geospatial fata using choropleth maps.
-
### Technologies Used
Python: Utilized for data analysis, manipulation, and visualization.
SQL (Structured Query Language): Employed for querying and retrieving data from relational databases.
GeoPandas: Used for handling geospatial data and creating geographical visualizations.