Skip to content

Conversation

@jbrockmendel
Copy link
Member

# e.g. test_out_of_s_bounds_datetime64
seen.object_ = True
break
break
Copy link
Member

Choose a reason for hiding this comment

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

It appears we can remove the 4 breaks here with:

if convert_non_numeric:
    ...
else:
   ...
break

?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure will update

@mroeschke mroeschke added the Performance Memory or execution speed performance label Nov 11, 2025
@mroeschke mroeschke added this to the 3.0 milestone Nov 11, 2025
@mroeschke mroeschke merged commit 3157d07 into pandas-dev:main Nov 11, 2025
46 checks passed
@mroeschke
Copy link
Member

Thanks @jbrockmendel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Performance Memory or execution speed performance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PERF: timezoned series created 6x faster than non-timezoned series

2 participants