WillKoehrsen / Data-Analysis

Data Science Using Python

Home Page:https://medium.com/@williamkoehrsen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect medium data link in Widgets-Overview.ipynb

manuzhang opened this issue · comments

Medium data links in Widgets-Overview.ipynb and Widgets-Overview-Extended Work.ipynb are incorrect.

df = pd.read_parquet('https://github.com/WillKoehrsen/Data-Analysis/blob/master/medium/data/2019-01-26_stats?raw=true')

should be

df = pd.read_parquet('https://github.com/WillKoehrsen/Data-Analysis/blob/master/medium/data/medium_data_2019_01_26?raw=true')

Thanks for pointing this out. I have made the correction!