-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Series repr with pyarrow date32 type #48258
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
63091ac
BUG: is_datetime64tz_dtype shortcut only for DatetimeTZDtype
mroeschke 99bfd65
add another whatsnew note
mroeschke 17d87cd
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke 46dde84
Use frame_or_series
mroeschke eff21a0
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke aa3b419
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke da96b81
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke 5d78da7
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke 4dfb27c
more specific warning condition
mroeschke 9a58c96
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke 21f1e52
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke bfd28b8
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke 13f5f3a
Try something random
mroeschke cce9a12
Remove random try
mroeschke 8fe8de2
try skipping arg* tests for pyarrow?
mroeschke 7607ef8
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke 55b3c9d
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke f1253db
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke 7c14b52
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke 2f55e02
Add test for needs_i8_conversion
mroeschke 59cc92c
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke 0ad06c3
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke e83c007
Force colors for failures?
mroeschke 011201d
PY_COLOR?
mroeschke 6b02ed4
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke 911c46e
See if no color logs errors
mroeschke 59ea2a2
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke 88d2e2c
Undo skips
mroeschke ddf8f61
Missed skip
mroeschke d548138
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke 17b78e9
Remove test
mroeschke e051144
Undo test removal
mroeschke 21d152c
Try not testing pyarrow timedelta types
mroeschke 161ad6d
Revert the is_datetime64tz_dtype change
mroeschke 91d4627
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke 21ff5fd
Merge remote-tracking branch 'upstream/main' into bug/is_dttz_dtype
mroeschke 8ef9f46
Validate it's pa.duration again
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
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
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.
could also check needs_i8_conversion here