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
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.
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
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
.The text was updated successfully, but these errors were encountered: