-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
PERF: perf improvements in DataFrame construction with a non-daily datelike index (GH6479) #6481
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
Conversation
This is going to move the issue from 'M' to 'D' since |
I know....the problem is that all of the class definitions got changed ( |
So you are correct....have to now fix daily....
|
I can dig into this in a few hours, if you'd like to move on to something else. |
…telike index (GH6479) Dynamic vbenches
This is versus 0.12. I just turned caching off (it was only on for business* offsets) anyhow. But I think this should be triggered by the user as it attempts to cache a fairly large range (which is why in 0.12 the business day's show a big time).
|
vs master
|
DOC: release notes
@qwhelan pls review when you have a chance |
PERF: perf improvements in DataFrame construction with a non-daily datelike index (GH6479)
closes #6479