-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Rolling(axis='columns').count() ignores axis= keyword #13503
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
yes |
Should I consider this a bug or is |
no, its a bug. |
Actually, using
Because the |
I'm interested in helping out with this! Can I work on it? |
I think that this issue is not an issue with the axis, it is an issue with the way that the blocks are being created in the call to If the DataFrame is of a uniform type, then it will create one block that includes both columns. It seems like this should be filed under a different issue, since it does not have anything to do with |
axis=1 generally is not implemented at all as unless you have a single dtype you have mixed types across columns |
addtl example on #13753
Code Sample, a copy-pastable example if possible
output of
pd.show_versions()
Arose from tests in dask/dask#1280
The text was updated successfully, but these errors were encountered: