-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
set_index breaks with multi keys but one empty #1971
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
Comments
fixed this. though there are other problems with using NA values in a multiindex that i can't solve right now |
what are those problems? I couldn't find related issues (at least not with On Thu, Sep 27, 2012 at 2:40 AM, Wes McKinney [email protected]:
|
Indexing pretty much doesn't work at all |
Version 0.9.0 Release Candidate 2 * tag 'v0.9.0rc2': DOC: release notes, bump to RC2 DOC: missed a few for release notes 0.9 DOC: add a few more notes on bug fixes in release.rst BUG: repr fix for all-NA index level. close pandas-dev#1971 BLD: don't link against math library on windows TST: kludge around test failure on win64 python 3.2.2 BLD: link against math library explicitly. close pandas-dev#1955 DOC: Add line about resetting to default index DOC: Adding details on normalization for variance functions. DOC: Specify default merge behavior for on = None BUG: PeriodIndex slicing by datetime fails when either end out-of-bounds pandas-dev#1977 BUG: read_table unicode bug pandas-dev#1975 BUG: BlockManager.iget fails with non-unique MultiIndex pandas-dev#1970 Better error message for DataFrame.apply if axis is not 0 or 1 TST: fix up tzlocal test cases DOC: add level option in Series.reset_index to release notes ENH: level parameter for Series.reset_index
Migrated from StackOverflow: http://stackoverflow.com/questions/12598520/set-index-on-multiple-columns-with-one-empty-column
The text was updated successfully, but these errors were encountered: