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

API: Have MultiIndex consturctors always return a MI #17236

Merged
merged 3 commits into from
Aug 30, 2017

Commits on Aug 29, 2017

  1. API: Have MultiIndex constructors return MI

    This removes the special case for MultiIndex constructors returning
    an Index if all the levels are length-1. Now this will return a
    MultiIndex with a single level.
    
    This is a backwards incompatabile change, with no clear method for
    deprecation, so we're making a clean break.
    
    Closes pandas-dev#17178
    TomAugspurger committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    6ed5edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c358e87 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Update for comments

    TomAugspurger committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    5c8205c View commit details
    Browse the repository at this point in the history