-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
PERF: Enable %z in parsing datetime #32984
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
PERF: Enable %z in parsing datetime #32984
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add an ASV benchmark for this?
Could you add a whatsnew note for this change (1.1)?
Is this really a performance issue? It feels like an enh to free up a use case that previously have to use workaround. I feel weird putting it under |
Sure you can put in in the enhancement section |
very nice @quangngd keep em coming! |
This is amazing. Thank you! In which release is this going to be available? 1.1 on August? |
likely 1.1 will be soonish - next month or 2 |
Here's a test case notebook showing why pandas should support this: |
@eparizzi this is already fixed and will be released soon |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff