Pierian-Data / Plotly-Dashboards-with-Dash

This is the repo for the Udemy Course Python Dashboards with Plotly's Dash
860 stars 1.24k forks source link

Folder naming mismatch #8

Open alkaest2002 opened 4 years ago

alkaest2002 commented 4 years ago

There is a naming mismatch for some folders. SourceData and Data folder names are capitalized, yet in some python files these folders are referenced with lower case names (which obviously throws back an error).

Example

From 1-03E-LineChartExercises

df = pd.read_csv('../data/2010YumaAZ.csv')