geosnap.DataStore.seda

DataStore.seda(level='school', pooling='pool', standardize='gcs', accept_eula=False)[source]

Acheievement data from the Stanford Education Data Archive (currently version 4.1).

May be joined with geodataframes from NCES for spatial analysis

Parameters:
levelstr

aggregation level for achievement data. Options include school for school-level, or geodist for geographic school district-level. By default “school”

poolingstr

option to return long-form or pooled data (“pool’ or ‘long”). Only applicable for geodist level

as long-form not available at the school level. By default “pool”

standardizestr,

which grouping method used to standardize the data. Options include “gcs” for grade-cohort standarization or “cs” for cohort standardization, by default “gcs”

accept_eulabool, optional

pass True to accept the terms of the SEDA End User License Agreeement. The data and its agreement can be viewed at <https://exhibits.stanford.edu/data/catalog/db586ns4974>