Skip to content

Fix all Series.astype bugs - #21860

Merged
galipremsagar merged 3 commits into
NVIDIA:pandas3from
galipremsagar:astype_fix
Mar 20, 2026
Merged

Fix all Series.astype bugs#21860
galipremsagar merged 3 commits into
NVIDIA:pandas3from
galipremsagar:astype_fix

Conversation

@galipremsagar

@galipremsagar galipremsagar commented Mar 19, 2026

Copy link
Copy Markdown
Contributor

Description

This PR fixes:

  1. Missing null mask when listcolumn is converted to string column.
  2. timedelta to string conversions.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@galipremsagar
galipremsagar requested a review from mroeschke March 19, 2026 17:49
@galipremsagar galipremsagar self-assigned this Mar 19, 2026
@galipremsagar
galipremsagar requested a review from a team as a code owner March 19, 2026 17:49
@galipremsagar galipremsagar added the bug Something isn't working label Mar 19, 2026
@galipremsagar
galipremsagar requested review from vyasr and removed request for a team March 19, 2026 17:49
@galipremsagar galipremsagar added 3 - Ready for Review Ready for review by team Python Affects Python cuDF API. non-breaking Non-breaking change labels Mar 19, 2026
@GPUtester GPUtester moved this to In Progress in cuDF Python Mar 19, 2026

@mroeschke mroeschke left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice simplifications!

@galipremsagar galipremsagar added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Mar 20, 2026
@galipremsagar
galipremsagar merged commit 9e44de3 into NVIDIA:pandas3 Mar 20, 2026
53 of 89 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in cuDF Python Mar 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5 - Ready to Merge Testing and reviews complete, ready to merge bug Something isn't working non-breaking Non-breaking change Python Affects Python cuDF API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants