-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ffill, bfill are broken #21388
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
I couldn't reproduce this on master - what difference are you actually seeing? |
|
Hmm OK. I was able to reproduce on v0.23 but not on master - can you try on the latter and confirm it is resolved there? |
@VelizarVESSELINOV Use current >>> print(dtf[dtf.M1 != dtf.M2][['M1', 'M2']])
M1 M2
0 NaN NaN although the error still persists in |
I'm surprised that v0.23 contains so basic bug that was not caught by your automatic testing and it is taking so much time to deliver a fix version. When is it expected v0.23.1 version? Can I assume that fillna(method='f/bfill') is working in v0.23? Didn't manage to compile the pandas master after several tentatives, so I trust you that it is fixed in the master. |
@VelizarVESSELINOV v0.23.1 is slated for release today. Given you just opened this 5 hours ago, I'd say that's a fairly quick turnaround :-) |
Resolved via #21212 |
Problem description
Expect ffill to be working and equal to fillna(ffill)
Output of
pd.show_versions()
INSTALLED VERSIONS
commit: None
python: 3.6.5.final.0
python-bits: 64
OS: Darwin
OS-release: 17.5.0
machine: x86_64
processor: i386
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
LOCALE: en_US.UTF-8
pandas: 0.23.0
pytest: None
pip: 10.0.1
setuptools: 39.0.1
Cython: None
numpy: 1.14.2
scipy: 1.1.0
pyarrow: 0.9.0.post1
xarray: None
IPython: 6.2.1
sphinx: None
patsy: None
dateutil: 2.7.2
pytz: 2018.3
blosc: None
bottleneck: None
tables: 3.4.3
numexpr: 2.6.4
feather: None
matplotlib: 2.2.0
openpyxl: 2.5.0
xlrd: 1.1.0
xlwt: 1.3.0
xlsxwriter: None
lxml: 4.2.1
bs4: None
html5lib: 0.9999999
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: 2.10
s3fs: None
fastparquet: None
pandas_gbq: None
pandas_datareader: None
The text was updated successfully, but these errors were encountered: