You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using xs in combination with a MultiIndex, before it was not needed to specify the level argument if key started from level 0 and referred to consecutive levels (see also the examples described in #1684), now this no longer works and level needs to be defined in case key is a list.
Version 0.9.0 Release Candidate 1
* tag 'v0.9.0rc1': (58 commits)
RLS: Version 0.9.0 Release Candidate 1
BLD: add lib depends pandas-dev#1945
BUG: missing case for assigning DataFrame via ix
BUG: python 3.1 timedelta compat issue
BUG: python 3 tzoffset is not hashable
TST: adds dateutil to travis-ci install commands
BUG: let selecting multiple columns in DataFrame.__getitem__ work when there are duplicates. closepandas-dev#1943
BUG: DatetimeConverter does not handle datetime64 arrays properly
BUG: reindex with axis=1 when setting Series to scalar location, closepandas-dev#1942
BUG: fix formatting of Timestamps in to_html/IPython notebook. refactor to_html code. closepandas-dev#1940
ENH: allow single str input to na_values pandas-dev#1944
TST: when xlrd is not installed skip tests needing it, closepandas-dev#1941
BUG: DatetimeIndex localizes twice if input is localized DatetimeIndex pandas-dev#1838
BUG: align input on setting via ix pandas-dev#1630
cython methods for group bins pandas-dev#1809
BUG: allow non-numeric columns in groupby first/last pandas-dev#1809
TST: skip unicode filename test if system requires encoding to ascii
BUG: more fixedoffset occurrences pandas-dev#1928
BUG: no zone in tzinfo pandas-dev#1838
BUG: handle lists too in DataFrame.xs when partially selecting data from DataFrame. closepandas-dev#1796
...
When using xs in combination with a MultiIndex, before it was not needed to specify the level argument if key started from level 0 and referred to consecutive levels (see also the examples described in #1684), now this no longer works and level needs to be defined in case key is a list.
The text was updated successfully, but these errors were encountered: