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

Group 1 Reproducibility Issues #30

Open
joyyqchen opened this issue Oct 22, 2013 · 0 comments
Open

Group 1 Reproducibility Issues #30

joyyqchen opened this issue Oct 22, 2013 · 0 comments

Comments

@joyyqchen
Copy link

Error with code in 2nd cell:

#d = json.loads(urllib.urlopen(url).read())
#data = pd.DataFrame(d.items())
#data

#opening it locally
d = json.load(open('1.0_week.geojson'))
data = pd.DataFrame(d.items())
data

---------------------------------------------------------------------------
IOError                                   Traceback (most recent call last)
<ipython-input-2-6c51623ddb65> in <module>()
      4 
      5 #opening it locally
----> 6 d = json.load(open('1.0_week.geojson'))
      7 data = pd.DataFrame(d.items())
      8 data

IOError: [Errno 2] No such file or directory: '1.0_week.geojson'
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

1 participant