-
- Notifications
You must be signed in to change notification settings - Fork 19.3k
ENH/WIP: resolution inference in pd.to_datetime, DatetimeIndex #55901
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
mroeschke merged 118 commits into pandas-dev:main from jbrockmendel:enh-array_to_datetime-inference May 31, 2024
Merged
Changes from 1 commit
Commits
Show all changes
118 commits Select commit Hold shift + click to select a range
29e55c6 ENH: read_stata return non-nano
jbrockmendel d11a67c GH ref
jbrockmendel dc53920 move whatsnew
jbrockmendel 1bf05fa remove outdated whatsnew
jbrockmendel 4371b17 ENH: read_stata return non-nano
jbrockmendel 9b37cd3 avoid Series.view
jbrockmendel 04a9a7d dont go through Series
jbrockmendel ef0de5a TST: dt64 units
jbrockmendel 8a0eab1 BUG: cut with non-nano
jbrockmendel 1c00ecf BUG: round with non-nanosecond raising OverflowError
jbrockmendel 9b1a937 woops
jbrockmendel 6f6936d BUG: cut with non-nano
jbrockmendel d08f616 TST: parametrize tests over dt64 unit
jbrockmendel b66ea82 xfail non-nano
jbrockmendel a23e319 revert
jbrockmendel c9e93d6 BUG: mixed-type mixed-timezone/awareness
jbrockmendel ffcdd1a commit so i can unstash something else i hope
jbrockmendel b1e587e ENH: infer resolution in to_datetime, DatetimeIndex
jbrockmendel 3b5251f revert commented-out
jbrockmendel aea3846 revert commented-out
jbrockmendel cec8317 revert commented-out
jbrockmendel 700e54b remove commented-out
jbrockmendel a1253b0 remove comment
jbrockmendel 38faad6 revert unnecessary
jbrockmendel 543172e revert unnecessary
jbrockmendel 176717a fix window tests
jbrockmendel 4932942 Fix resample tests
jbrockmendel 085a192 restore comment
jbrockmendel b8df281 revert unnecessary
jbrockmendel 1cd91b4 remove no-longer necessary
jbrockmendel 99cd581 revert no-longer-necessary
jbrockmendel 237076f revert no-longer-necessary
jbrockmendel 5eb5e4e update tests
jbrockmendel 0f726be revert no-longer-necessary
jbrockmendel 15bfc7f update tests
jbrockmendel 01d3174 revert bits
jbrockmendel 32efbe7 update tests
jbrockmendel 55faffa cleanup
jbrockmendel e4f8549 revert
jbrockmendel c0ea530 revert
jbrockmendel f342b5f parametrize over unit
jbrockmendel c94fbe2 update tests
jbrockmendel 0a649e0 update tests
jbrockmendel 16d6c2d revert no-longer-needed
jbrockmendel 0c735b6 revert no-longer-necessary
jbrockmendel ff431f2 revert no-longer-necessary
jbrockmendel 50bf675 revert no-longer-necessary
jbrockmendel 93a3ee4 revert no-longer-necessary
jbrockmendel 9c259d5 Revert no-longer-necessary
jbrockmendel d876178 update test
jbrockmendel 589d0c5 update test
jbrockmendel 63cdcec simplify
jbrockmendel fc27070 update tests
jbrockmendel 060aeb9 update tests
jbrockmendel 9cd33e9 update tests
jbrockmendel aeebb39 revert no-longer-necessary
jbrockmendel 40c09de post-merge fixup
jbrockmendel fba3b79 revert no-longer-necessary
jbrockmendel 6422cce update tests
jbrockmendel 553e90c update test
jbrockmendel 861ecb1 update tests
jbrockmendel eedb256 update tests
jbrockmendel 5e24887 remove commented-out
jbrockmendel deb4a17 revert no-longer-necessary
jbrockmendel 1e0e47a as_unit->astype
jbrockmendel 9576079 cleanup
jbrockmendel 2b42758 merge fixup
jbrockmendel c195475 revert bit
jbrockmendel 8e45823 revert no-longer-necessary, xfail
jbrockmendel f41da0a update multithread test
jbrockmendel 3737198 update tests
jbrockmendel 8e2ff65 update doctest
jbrockmendel 771d5f6 update tests
jbrockmendel fe8b50f update doctests
jbrockmendel 5bbe010 update tests
jbrockmendel c797270 update db tests
jbrockmendel ad54a8c troubleshoot db tests
jbrockmendel 0188ba9 update test
jbrockmendel 7a8c3cf troubleshoot sql tests
jbrockmendel c033795 update test
jbrockmendel c63d7de update tests
jbrockmendel 4ec85b0 mypy fixup
jbrockmendel 5b3d769 Update test
jbrockmendel b0e9a25 kludge test
jbrockmendel 5342f57 Merge branch 'main' into enh-array_to_datetime-inference
jbrockmendel f71187a update test
jbrockmendel 0e702ea Merge branch 'main' into enh-array_to_datetime-inference
jbrockmendel d78531e update for min-version tests
jbrockmendel ffe75dd fix adbc check
jbrockmendel ad32d66 Merge branch 'main' into enh-array_to_datetime-inference
jbrockmendel 3178cab Merge branch 'main' into enh-array_to_datetime-inference
jbrockmendel 0d3eab0 troubleshoot minimum version deps
jbrockmendel 521c58a troubleshoot
jbrockmendel 6d8301b troubleshoot
jbrockmendel 003e9dd troubleshoot
jbrockmendel 2e80e9b whatsnew
jbrockmendel b603b95 Merge branch 'main' into enh-array_to_datetime-inference
jbrockmendel ee2f17e update abdc-driver-postgresql minimum version
jbrockmendel 9c9998e update doctest
jbrockmendel 9dc2328 Merge branch 'main' into enh-array_to_datetime-inference
jbrockmendel dd74a1b Merge branch 'main' of https://github.com/pandas-dev/pandas into enh-…
jbrockmendel 94abaae Merge branch 'main' into enh-array_to_datetime-inference
jbrockmendel 44adf92 Merge branch 'main' into enh-array_to_datetime-inference
jbrockmendel a26cb9e Merge branch 'main' into enh-array_to_datetime-inference
jbrockmendel 2aae24f fix doc example
jbrockmendel 87dde3a Merge branch 'main' into enh-array_to_datetime-inference
jbrockmendel 08c2f92 troubleshoot test_api_custom_dateparsing_error
jbrockmendel a10cae5 troubleshoot
jbrockmendel 92c0df3 troubleshoot
jbrockmendel 124c3d9 troubleshoot
jbrockmendel f921316 troubleshoot
jbrockmendel 8c3bb89 troubleshoot
jbrockmendel 5327bb6 troubleshoot
jbrockmendel f322e2c update exp instead of object cast
jbrockmendel e2ed612 revert accidental
jbrockmendel 4ff9b11 Merge branch 'main' into enh-array_to_datetime-inference
jbrockmendel cd9b735 Merge branch 'main' into enh-array_to_datetime-inference
jbrockmendel 4aa8513 simplify test
jbrockmendel 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
cleanup
- Loading branch information
commit 9576079c25b6f03c22aae6f47d5baa236addc844
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
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.
Why do we need object here?
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.
good catch, makes more sense to change
exp. will update