-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
PERF: Add cache keyword to to_datetime (#11665) #17077
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
7f67ac9
move cache into convert_listlike
mroeschke a7c65f7
Move cache down the stack, explore threshold to trigger cache
mroeschke 243349a
Add more cache conditions
mroeschke d154a6d
Add some benchmarks
mroeschke b5e71d2
Some performance testing
mroeschke fb2e831
Add asvs, modify tests for caches
mroeschke 33c79d3
Fix asv errors and condition
mroeschke dcaafb6
Pep8 fixes
mroeschke 04df9d9
Remove unused import
mroeschke 34b468f
Wrap cache logic in a function
mroeschke d287cc6
Fix Series test
mroeschke 1bf4c9d
Add whatsnew and small documentation fix
mroeschke 3ffdd46
pep 8 fixes
mroeschke a093b88
Move box logic into maybe_convert_cache
mroeschke d1fc211
Use quicker unique check
mroeschke 9486df3
Move caching function outside to_datetime
mroeschke d059d44
Pass most tests
mroeschke 02ab4f3
Skip test related to GH 18111, lint
mroeschke 82f36d3
Update docstring
mroeschke 76547e1
adjust imports, docs and move whatsnew
mroeschke 590c9cc
Remove whitespace
mroeschke 9a985ac
Address comments
mroeschke 85a1f2d
Lint fix
mroeschke 49f5850
Move docs and adjust test
mroeschke 07fa22d
Lint
mroeschke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add whatsnew and small documentation fix
- Loading branch information
commit 1bf4c9dd0ab8be7094d935a9ddc889e81e153ae6
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
default is True