Educational Youth Indicators
School Enrollment, Attendance, Achievement, and Engagement
@kaggle.thedevastator_unlocking_educational_success_in_baltimore_throu
School Enrollment, Attendance, Achievement, and Engagement
@kaggle.thedevastator_unlocking_educational_success_in_baltimore_throu
By City of Baltimore [source]
This dataset from the Baltimore Neighborhood Indicators Alliance-Jacob France Institute (BNIA-JFI) gathers information about education and youth across Baltimore. Through tracking 27 indicators grouped into seven categories - student enrollment and demographics, dropout rate and high school completion, student attendance, suspensions and expulsions, elementary and middle school student achievement, high school performance, youth labor force participation, and youth civic engagement - BNIA-JFI paints a comprehensive picture of education trends within the city limits. Data sourced from the Baltimore City Public School System (BCPSS), American Community Survey (ACS), as well as Maryland Department of Education allows for cross program comparison to better map connections between educational outcomes affected by neighborhood context. The 2009-2010 school year was used based on readily available data with an approximated 3.4% of address unable to be matched or geocoded and therefore not included in these calculations. Leveraging this data provides perspective to help guide decisions made at local government level that could impact thousands of lives in years ahead
For more datasets, click here.
- π¨ Your notebook can be here! π¨!
This dataset contains valuable information about the educational performance and youth engagement in Baltimore City. It provides data on 27 indicators, grouped into seven categories: student enrollment and demographics; dropout rate and high school completion; student attendance, suspensions and expulsions; elementary and middle school student achievement; high school performance; youth labor force participation; and youth civic engagement. This dataset can be used to answer important questions about education in Baltimore, such as examining the relationship between community conditions and educational outcomes.
Before using this dataset, itβs important to understand the source of data for each indicator (e.g., Baltimore City Public School System, American Community Survey) so you can understand potential limitations inherent in each data set. Additionally, keep in mind that this dataset does not include students whose home address cannot be geocoded or matched between datasets due to inconsistency of information or other issues - this means that comparisons between some of these indicators may not be as accurate as is achievable with other datasets available from sources such as the Maryland Department of Education or the Baltimore City Public Schools System.
Once you are familiar with where the data comes from you can use it to answer these questions by exploring different trends within Baltimore city over time:
- How have student enrollment numbers changed over time?
- What has been the overall trend in dropout rates across elementary schools?
- Are there any differences in student attendance based on school type?
- What correlations exist between neighborhood community characteristics (such as crime rates or poverty levels), and academic achievement scores?
- How have rates of labor force participation among adolescents shifted year-over-year?
And more! By looking at trends by geography within this diverse city we can gain valuable insight into what factors may play a role influencing educational outcomes for children growing up in different areas around Baltimore City - an essential step for developing methodologies for successful policy interventions targeting our most vulnerable populations!
- Analyzing the correlation between student achievement and socio-economic status of the neighborhoods in which students live.
- Creating targeted policies that are tailored to address specific educational issues showcased in each Baltimore neighborhood demographic.
- Using data visualizations to demonstrate to residents and community leaders how their area is performing compared to other communities in terms of education, dropout rates, suspension rates, and more
If you use this dataset in your research, please credit the original authors.
Data Source
License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.
If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit City of Baltimore.
CREATE TABLE education_and_youth_2010_2013 (
"index" BIGINT,
"neighborhood" VARCHAR,
"eattend10" BIGINT,
"eattend11" BIGINT,
"eattend12" BIGINT,
"eattend13" BIGINT,
"mattend10" BIGINT,
"mattend11" BIGINT,
"mattend12" BIGINT,
"mattend13" BIGINT,
"hsattend10" BIGINT,
"hsattend11" BIGINT,
"hsattend12" BIGINT,
"hsattend13" BIGINT,
"eenrol11" BIGINT,
"eenrol12" BIGINT,
"eenrol13" BIGINT,
"menrol11" BIGINT,
"menrol12" BIGINT,
"menrol13" BIGINT,
"hsenrol11" BIGINT,
"hsenrol12" BIGINT,
"hsenrol13" BIGINT,
"aastud10" VARCHAR,
"aastud11" VARCHAR,
"aastud12" VARCHAR,
"aastud13" VARCHAR,
"wstud10" VARCHAR,
"wstud11" VARCHAR,
"wstud12" VARCHAR,
"wstud13" VARCHAR,
"hstud10" VARCHAR,
"hstud11" VARCHAR,
"hstud12" VARCHAR,
"hstud13" VARCHAR,
"abse10" VARCHAR,
"abse11" VARCHAR,
"abse12" VARCHAR,
"abse13" VARCHAR,
"absmd10" VARCHAR,
"absmd11" VARCHAR,
"absmd12" VARCHAR,
"absmd13" VARCHAR,
"abshs10" VARCHAR,
"abshs11" VARCHAR,
"abshs12" VARCHAR,
"abshs13" VARCHAR,
"susp10" VARCHAR,
"susp11" VARCHAR,
"susp12" VARCHAR,
"susp13" VARCHAR,
"farms10" VARCHAR,
"farms11" VARCHAR,
"farms12" VARCHAR,
"farms13" VARCHAR,
"sped10" VARCHAR,
"sped11" VARCHAR,
"sped12" VARCHAR,
"sped13" VARCHAR,
"ready11" VARCHAR,
"ready12" VARCHAR,
"ready13" VARCHAR,
"math310" VARCHAR,
"math311" VARCHAR,
"math312" VARCHAR,
"math313" VARCHAR,
"read310" VARCHAR,
"read311" VARCHAR,
"read312" VARCHAR,
"read313" VARCHAR,
"math510" VARCHAR,
"math511" VARCHAR,
"math512" VARCHAR,
"math513" VARCHAR,
"read510" VARCHAR,
"read511" VARCHAR,
"read512" VARCHAR,
"read513" VARCHAR,
"math810" VARCHAR,
"math811" VARCHAR,
"math812" VARCHAR,
"math813" VARCHAR,
"read810" VARCHAR,
"read811" VARCHAR,
"read812" VARCHAR,
"read813" VARCHAR,
"hsaeng10" VARCHAR,
"hsaeng11" VARCHAR,
"hsaeng12" VARCHAR,
"hsaeng13" VARCHAR,
"hsabio10" VARCHAR,
"hsabio11" VARCHAR,
"hsabio12" VARCHAR,
"hsabio13" VARCHAR,
"hsagov10" VARCHAR,
"hsagov11" VARCHAR,
"hsagov13" VARCHAR,
"hsaalg10" VARCHAR,
"hsaalg11" VARCHAR,
"hsaalg12" VARCHAR
);Anyone who has the link will be able to view this.