Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

03.07-Merge-and-Join references data files that do not exist. #6

Closed
GrahamDumpleton opened this issue Nov 19, 2016 · 1 comment
Closed

Comments

@GrahamDumpleton
Copy link

Number of csv files missing from repo.

IOErrorTraceback (most recent call last)
<ipython-input-20-0928a7e92a5e> in <module>()
----> 1 pop = pd.read_csv('state-population.csv')
      2 areas = pd.read_csv('state-areas.csv')
      3 abbrevs = pd.read_csv('state-abbrevs.csv')
      4 
      5 display('pop.head()', 'areas.head()', 'abbrevs.head()')
@GrahamDumpleton
Copy link
Author

GrahamDumpleton commented Nov 19, 2016

Okay, so am zipping through and not reading that need to download these manually.

# Following are shell commands to download the data
# !curl -O https://raw.githubusercontent.com/jakevdp/data-USstates/master/state-population.csv
# !curl -O https://raw.githubusercontent.com/jakevdp/data-USstates/master/state-areas.csv
# !curl -O https://raw.githubusercontent.com/jakevdp/data-USstates/master/state-abbrevs.csv

Would be better if notebook could pull them down itself without me needing to uncomment the command.

@jakevdp jakevdp closed this as completed Nov 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants