OliverSherouse / wbdata

A python library for accessing world bank data
GNU General Public License v2.0
182 stars 55 forks source link

Feature: Add docs on working with multi-index DataFrames #12

Closed remeika closed 6 years ago

remeika commented 6 years ago

For a users with rudimentary Pandas experience (like me), it takes quite a while to discover that:

  1. wbdata returns DataFrames with multiple indices
  2. How to perform simple operations, like select a few rows, from a multi-index DataFrame

Adding docs on this will provide a much better quickstart experience for new users.

NB: I plan on adding these docs.