hoshiaip / EEP153Atwater

0 stars 0 forks source link

CR: #1 Read in spreadsheet #1

Closed philsteinberg closed 1 year ago

philsteinberg commented 1 year ago

dri_max = pd.read_csv("Dietary Requirements Max.csv").set_index('Nutrition')

I cannot run this code unless I download the whole repository with the CSV files. This could be a good opportunity to create a google sheets spreadsheet and use the read in method to display the data. That way anyone can run the code without downloading the data.