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.
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.