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

[BUG] 10 Minutes to cuDF and dask-cuDF uses deprecated Append method #10613

Closed
robocopnixon opened this issue Apr 6, 2022 · 2 comments · Fixed by #10738
Closed

[BUG] 10 Minutes to cuDF and dask-cuDF uses deprecated Append method #10613

robocopnixon opened this issue Apr 6, 2022 · 2 comments · Fixed by #10738
Assignees
Labels
bug Something isn't working dask Dask issue Python Affects Python cuDF API.

Comments

@robocopnixon
Copy link

Describe the bug
This notebook uses append() which is being deprecated and a warning is thrown.

Steps/Code to reproduce bug
Run the notebook.

Expected behavior
Code should be updated to change this section of the notebook to concat.

@robocopnixon robocopnixon added Needs Triage Need team to review and classify bug Something isn't working labels Apr 6, 2022
@galipremsagar galipremsagar added Python Affects Python cuDF API. dask-cudf and removed Needs Triage Need team to review and classify labels Apr 7, 2022
@galipremsagar galipremsagar self-assigned this Apr 7, 2022
@github-actions
Copy link

github-actions bot commented May 7, 2022

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

@galipremsagar
Copy link
Contributor

This is being resolved in #10738

@galipremsagar galipremsagar assigned bdice and unassigned galipremsagar May 10, 2022
rapids-bot bot pushed a commit that referenced this issue May 13, 2022
Follow-up from #10685 to fix deprecation warnings in the 10 minute notebook.

Fixes: #10613
Changes:
- Fixed deprecation warning for `Series.applymap` ➡️  `Series.apply`
- Removed two cells demonstrating `Series.append`. This has also been removed from the Pandas 10 minute notebook because the feature is deprecated.
- Refactored ORC file path logic to be a bit simpler

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Mike McCarty (https://github.com/mmccarty)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #10738
@vyasr vyasr added dask Dask issue and removed dask-cudf labels Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dask Dask issue Python Affects Python cuDF API.
Projects
None yet
4 participants