feat: new dataset
This commit is contained in:
-26200
File diff suppressed because it is too large
Load Diff
@@ -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
|
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/
|
unzip data/scorecard.zip -o data/scorecard/
|
||||||
fi
|
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
File diff suppressed because one or more lines are too long
+1108
-60
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user