A nice feature, we should have a script that downloads the two IPEDS csv's used to update the yearly completion data. Currently the data is intentionally only stored locally and not in the repo. However, once a year, we need to download the latest, and then run the db ipeds-import command to import the ipeds data. Having a script that fetches the data would save time.
Note, script should be python not bash.
A nice feature, we should have a script that downloads the two IPEDS csv's used to update the yearly completion data. Currently the data is intentionally only stored locally and not in the repo. However, once a year, we need to download the latest, and then run the
db ipeds-importcommand to import the ipeds data. Having a script that fetches the data would save time.Note, script should be python not bash.