-
Notifications
You must be signed in to change notification settings - Fork 21
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
Use different data source for Pandas to GEOJson example #28
Conversation
Check out this pull request on Review Jupyter notebook visual diffs & provide feedback on notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
"nbformat_minor": 0 | ||
} | ||
"nbformat": 4, | ||
"nbformat_minor": 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@captainsafia Are we not saving notebook files as 4.4 version when persisting? The format is clearly 4.4 despite the 4.0 indicator here. Should I create a separate issue for that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MSeal Yes -- we preserve the minor format version from the original document which is why we get into this weird scenario.
I think this is a bug in commutable and not intentional behavior.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. I've gone as far as figuring out that the map doesn't render because the GeoJSON is malformed though I can't seem to figure out what part of it is....
Merging this. I created a separate issue to resolve the underlying issue. |
The original datasource is no longer available. Switch to the correct data source (311 calls), and modify the dataframe to use the correct column names. NOTE: For me, I get no syntax errors when I run the notebook in nteract desktop, however, I don't get any columns to show up. Just a blank map. I'm not familiar with how it's supposed to work.