-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Clarify (or de-duplicate) to_offset vs Period._maybe_convert_freq #23475
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
Comments
Ditto on the need for some clarity here - I've found that the current setup imposes a pretty substantial overhead on windows. Simply moving an |
Can you clarify what is getting sped up 35x? And do you mean |
Sure, here's the asv benchmarks that improved in #23500 :
Yep, meant |
Period._maybe_convert_freq calls to_offset, so I guess is a strict superset of its functionality? The difference should be documented along with what use case calls for which.
Also it isn't clear that _maybe_convert_freq needs to be a class method, could just be a function.
The text was updated successfully, but these errors were encountered: