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
2015-01-03 A 0.020
B 0.000
2015-01-04 A 0.010
B 0.012
C 0.000
2015-01-05 B 0.000
C 0.000
2015-01-06 B 0.000
C 0.000
dtype: float64
Problem description
The behaviour illustrated above of reindex on a MultiIndex appears to be a bug to me. I would not expect reindex to support limit with a fill_value for a MultiIndex but not an Index, and in addition it appears like this limit is accepted but ignored for a MultiIndexreindex.
This seems related but distinct from #7895
Problem description
The behaviour illustrated above of
reindex
on aMultiIndex
appears to be a bug to me. I would not expectreindex
to supportlimit
with afill_value
for aMultiIndex
but not anIndex
, and in addition it appears like thislimit
is accepted but ignored for aMultiIndex
reindex
.Output of
pd.show_versions()
INSTALLED VERSIONS
commit: None
python: 3.6.0.final.0
python-bits: 64
OS: Linux
OS-release: 4.15.0-22-generic
machine: x86_64
processor: x86_64
byteorder: little
LC_ALL: None
LANG: en_CA.UTF-8
LOCALE: en_CA.UTF-8
pandas: 0.23.0
pytest: 3.0.5
pip: 9.0.1
setuptools: 27.2.0
Cython: 0.25.2
numpy: 1.13.1
scipy: 0.19.1
pyarrow: 0.8.0
xarray: None
IPython: 5.1.0
sphinx: 1.5.4
patsy: 0.4.1
dateutil: 2.6.0
pytz: 2016.10
blosc: None
bottleneck: 1.2.1
tables: 3.4.2
numexpr: 2.6.2
feather: None
matplotlib: 2.0.2
openpyxl: 2.4.1
xlrd: 1.0.0
xlwt: 1.2.0
xlsxwriter: 0.9.6
lxml: 3.7.2
bs4: 4.5.3
html5lib: 0.9999999
sqlalchemy: 1.1.5
pymysql: None
psycopg2: None
jinja2: 2.9.4
s3fs: None
fastparquet: None
pandas_gbq: None
pandas_datareader: 0.2.1
The text was updated successfully, but these errors were encountered: