Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 779 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 779 Bytes

Importing University/TVET/PHEI data

The source for this information was given directly by Higher Health

Current info is from 6 May 2021.

That data is in Excel xlsx format, so use something like ssconvert to convert it to CSV:

~ ssconvert -S tvet_university_phei.xlxs data.csv

Then to import, use the import_university_data.py script, which accepts a list of CSV files as arguments, processes them, and outputs to the university_data.yaml file. It always completely overwrites the file, so ensure that you have all the data.

~ python import_university_data.py data.csv.0 data.csv.1 data.csv.2

Then update this readme and commit the university_data.yaml file, to update the list of universities and campuses