I am a newby and running your app.py examples. The first two app.py’s run, but the 3rd and 4th don’t.
Could you verify the path to the panda data examples that are loaded from URL?
When I copy, reconstruct, and paste the URL directly into my browser, I get a 404 error.
df = pd.read_csv(
‘https://gist.githubusercontent.com/chriddyp/’
‘c78bf172206ce24f77d6363a2d754b59/raw/’
‘c353e8ef842413cae56ae3920b8fd78468aa4cb2/’
‘usa-agricultural-exports-2011.csv’)
df = pd.read_csv(
‘https://gist.githubusercontent.com/chriddyp/’ +
‘5d1ea79569ed194d432e56108a04d188/raw/’ +
‘a9f9e8076b837d541398e999dcbac2b2826a81f8/’+
'gdp-life-exp-2007.csv’)