Skip to content

Instantly share code, notes, and snippets.

@suemnjeri
Created June 7, 2021 14:13
Show Gist options
  • Select an option

  • Save suemnjeri/ff038228b0906c536b539cb7f3e0883d to your computer and use it in GitHub Desktop.

Select an option

Save suemnjeri/ff038228b0906c536b539cb7f3e0883d to your computer and use it in GitHub Desktop.
data_json = pd.DataFrame(data_json, columns=['District', 'Grade', 'Year', 'Demographic', 'Number Tested',
'Mean Scale Score', 'Num Level 1', 'Pct Level 1', 'Num Level 2',
'Pct Level 2', 'Num Level 3', 'Pct Level 3', 'Num Level 4',
'Pct Level 4', 'Num Level 3 and 4', 'Pct Level 3 and 4'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment