debt-data icon indicating copy to clipboard operation
debt-data copied to clipboard

Improves second python notebook example

Open discdiver opened this issue 5 years ago • 0 comments

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.

discdiver avatar May 01 '20 03:05 discdiver