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

Improves second python notebook example #6

Open
wants to merge 6 commits into
base: master1
Choose a base branch
from

Conversation

discdiver
Copy link

Updated the second python notebook to:

  • use more common pandas methods.
  • use pandas to plot (with matplotlib under the hood) instead of plotly. This results in fewer dependencies. Plotly is great, but it takes more work to install and get set up. Running the existing notebook from top to bottom in JupyterLab, the plot didn't render for me with the latest version of plotly.
  • remove source argument to wbdata.get_dataframe() so the API call will succeed instead of erroring.

Copy link
Member

@polk54 polk54 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure wbdata package is updated to at least version 0.3.0

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

Successfully merging this pull request may close these issues.

2 participants