-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
REF/API: DatetimeTZDtype #23990
Merged
Merged
REF/API: DatetimeTZDtype #23990
Changes from 17 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
1ca7fa4
REF/API: DatetimeTZDtype
TomAugspurger 2fa4bb0
unxfail test, remove caching bit
TomAugspurger 7e6d8ea
Restore construct_array_type
TomAugspurger 9e4faf8
cache readonly
TomAugspurger ad2723c
Merge remote-tracking branch 'upstream/master' into dtype-only
TomAugspurger e0b7b77
Updates
TomAugspurger 6cc9ce5
Fixed tz name
TomAugspurger 7ab2a74
Remove _coerce_to_dtype
TomAugspurger c14b45f
fix unpickling
TomAugspurger 10d2c8a
refactor construct_from_string
TomAugspurger 50e1aeb
PeriodDtype needs freq
TomAugspurger c23c9e2
Merge remote-tracking branch 'upstream/master' into dtype-only
TomAugspurger e3616e9
Merge remote-tracking branch 'upstream/master' into dtype-only
TomAugspurger 6d626e6
remove stale comment
TomAugspurger 42fe484
Merge remote-tracking branch 'upstream/master' into dtype-only
TomAugspurger 22699f1
Deprecate passing alias to unit
TomAugspurger d89a6cc
Added release note for DatetimeTZDtype.
TomAugspurger c82999d
Merge remote-tracking branch 'upstream/master' into dtype-only
TomAugspurger a9b929a
Merge remote-tracking branch 'upstream/master' into dtype-only
TomAugspurger 5cde369
try ci
TomAugspurger 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
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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
Oops, something went wrong.
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 is this not cached?
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.
Very strange behavior I couldn't figure out.
I really don't know why, but that only occurred when the tz was cached.
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.
right the tz itself can change depending on what date is being localized