Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pandas-dev/pandas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f8c566cfea52
Choose a base ref
...
head repository: pandas-dev/pandas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9119641564e4
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Apr 9, 2014

  1. ENH: Index(...) constructor creates a MultiIndex when appropriate.

    - Series and DataFrame constructor autodetect when index/columns
    should be MultiIndex
    - prevents some seg faults in calls to cython funcs
    - add tupleize_cols kwarg and update tests to git PR comments
    - support name= xor names= in Index(tuples, ....) constructor
    - docs
    
    BUG: Index.identical(other) didn't compare type(other) to type(self)
    adgaudio authored and jreback committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    b7492fe View commit details
    Browse the repository at this point in the history
  2. DOC: updated dsinstro.rst

    jreback committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    9119641 View commit details
    Browse the repository at this point in the history
Loading