33  state-education.csv

This data, stored in state-education.csv includes state-level aggregate data on six attributes from academic year 2020-21. The attributes, collected for all 50 states and the District of Columbia, are:


33.0.1 Preview

Code
# Import Data
state_educ = readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/modeling/main/data/state-education.csv")

# View Data
state_educ
ABCDEFGHIJ0123456789
state
<chr>
postal
<chr>
region
<chr>
salary
<dbl>
sat
<dbl>
participation
<dbl>
AlabamaALSouth4794911906
AlaskaAKWest65468104052
ArizonaAZSouth49885114034
ArkansasARSouth4663112104
CaliforniaCAWest69324108060
ColoradoCOWest49844125012
ConnecticutCTNortheast69397109089
DelawareDENortheast596791000100
District of ColumbiaDCSouth70906950100
FloridaFLSouth46598104074


33.0.2 References

College Board. (2020). SAT suite of assessments annual report. Author.

NEA Research. (2021). Rankings of the states 2020 and estimates of school statistics 2021. National Education Association.