Created
June 7, 2021 14:13
-
-
Save suemnjeri/ff038228b0906c536b539cb7f3e0883d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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