Skip to content
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

[FEA] Support axis= and errors= keywords of drop #1074

Closed
mrocklin opened this issue Mar 1, 2019 · 0 comments · Fixed by #1396
Closed

[FEA] Support axis= and errors= keywords of drop #1074

mrocklin opened this issue Mar 1, 2019 · 0 comments · Fixed by #1396
Labels
dask Dask issue feature request New feature or request Python Affects Python cuDF API.

Comments

@mrocklin
Copy link
Collaborator

mrocklin commented Mar 1, 2019

It would be nice to support the axis= and errors= keywords of the drop method. This would allow things like the following to work from dask.dataframe

del df['x']

Also, it looks like the Pandas and cuDF defaults differ on the axis= keyword argument, which may cause issues.

@mrocklin mrocklin added feature request New feature or request Needs Triage Need team to review and classify labels Mar 1, 2019
@kkraus14 kkraus14 added Python Affects Python cuDF API. and removed Needs Triage Need team to review and classify labels Mar 4, 2019
@mrocklin mrocklin added the dask Dask issue label Mar 29, 2019
mrocklin added a commit to mrocklin/cudf that referenced this issue Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dask Dask issue feature request New feature or request Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants