Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,73 @@
|
|
2 |
license: odbl
|
3 |
---
|
4 |
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: odbl
|
3 |
---
|
4 |
|
5 |
+
# Massachusetts Comprehensive Assessment System (MCAS) Dataset
|
6 |
+
|
7 |
+
## Dataset Description
|
8 |
+
|
9 |
+
This dataset contains student performance metrics from the Massachusetts Comprehensive Assessment System (MCAS) across all Massachusetts public schools from 2017-2024. The MCAS is a state-mandated assessment program for Massachusetts public school students that measures performance based on the Massachusetts Curriculum Framework learning standards.
|
10 |
+
|
11 |
+
### Overview
|
12 |
+
|
13 |
+
The dataset provides a consolidated view of MCAS performance results including achievement levels in different subjects, student growth percentiles, and demographic breakdowns. It combines data from multiple years that was originally published in separate Excel files with inconsistent formatting on the Massachusetts Department of Elementary & Secondary Education (DESE) website.
|
14 |
+
|
15 |
+
## Source Data
|
16 |
+
|
17 |
+
- **Original Source**: [MCAS Performance Results](https://profiles.doe.mass.edu/statereport/mcas.aspx)
|
18 |
+
- **Original Format**: Excel spreadsheets
|
19 |
+
- **Years Covered**: 2017-2024
|
20 |
+
- **Filter Selections**: District wise, Grades (3-8)
|
21 |
+
- **Data Owner**: Massachusetts Department of Elementary & Secondary Education
|
22 |
+
|
23 |
+
## Dataset Structure
|
24 |
+
|
25 |
+
The dataset contains 6,741 rows covering seven years of assessment data with the following key columns:
|
26 |
+
|
27 |
+
- `District Name`: Name of the school district
|
28 |
+
- `District Code`: Unique identifier for the district
|
29 |
+
- `Subject`: Academic subject (e.g., English Language Arts, Mathematics, Science)
|
30 |
+
- `Year`: Academic year of assessment
|
31 |
+
- `Grade`: Grade level (3-10)
|
32 |
+
- `Students Included`: Number of students taking the test
|
33 |
+
- `% Meeting or Exceeding Expectations`: Percentage of students at proficiency level
|
34 |
+
- `% Exceeding Expectations`: Percentage of students at advanced level
|
35 |
+
- `% Meeting Expectations`: Percentage of students at proficient level
|
36 |
+
- `% Partially Meeting Expectations`: Percentage of students at needs improvement level
|
37 |
+
- `% Not Meeting Expectations`: Percentage of students at warning/failing level
|
38 |
+
- `Student Growth Percentile`: Median student growth percentile
|
39 |
+
- Various demographic breakdowns (e.g., by gender, race/ethnicity, economic status)
|
40 |
+
|
41 |
+
## Intended Uses
|
42 |
+
|
43 |
+
This dataset is designed for:
|
44 |
+
- Educational researchers analyzing school performance trends over time
|
45 |
+
- Policy makers evaluating the impact of educational interventions
|
46 |
+
- School administrators tracking performance relative to state averages
|
47 |
+
- AI developers training models for educational outcome prediction
|
48 |
+
- Data scientists exploring correlations between demographic factors and academic achievement
|
49 |
+
|
50 |
+
## Limitations
|
51 |
+
|
52 |
+
- Achievement level definitions changed in 2019, requiring careful interpretation for longitudinal analysis
|
53 |
+
- Some small districts or demographic groups may have redacted data for privacy reasons
|
54 |
+
- Not all metrics are available for all years, subjects, or grade levels
|
55 |
+
- District boundaries and school configurations may have changed over the time period
|
56 |
+
- This dataset represents district-level aggregates and does not contain individual student data
|
57 |
+
|
58 |
+
## Citation
|
59 |
+
|
60 |
+
If you use this dataset in your research or applications, please cite:
|
61 |
+
|
62 |
+
```
|
63 |
+
Massachusetts Department of Elementary & Secondary Education. (2017-2024).
|
64 |
+
Massachusetts Comprehensive Assessment System (MCAS) Performance Results [Data set].
|
65 |
+
Retrieved from https://profiles.doe.mass.edu/statereport/mcas.aspx
|
66 |
+
```
|
67 |
+
|
68 |
+
## License
|
69 |
+
|
70 |
+
This dataset is made available under the same terms as the original data published by the Massachusetts Department of Elementary & Secondary Education, which is available for public use. When using this data, please attribute the original source as indicated in the citation.
|
71 |
+
|
72 |
+
## Acknowledgements
|
73 |
+
|
74 |
+
We thank the Massachusetts Department of Elementary & Secondary Education for making the original MCAS data publicly available, enabling the creation of this more accessible, AI-ready dataset.
|