feat: new dataset

This commit is contained in:
2025-11-08 05:42:28 +00:00
parent 354aed6adb
commit a6e6a51041
4 changed files with 3697 additions and 26260 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,3 +6,11 @@ if [ ! -f data/scorecard.zip ]; then
wget https://ed-public-download.scorecard.network/downloads/College_Scorecard_Raw_Data_05192025.zip -O data/scorecard.zip
unzip data/scorecard.zip -o data/scorecard/
fi
if [ ! -f data/ua-historical.xlsx ]; then
wget "https://ncsesdata.nsf.gov/profiles/site?method=download&id=h1&tin=U3248002" -O data/ua-historical.xlsx
fi
if [ ! -f data/ua.xlsx ]; then
wget "https://ncsesdata.nsf.gov/profiles/site?method=download&id=h2&tin=U3248002" -O data/ua.xlsx
fi

2581
explore-basic.ipynb Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long