-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TST: concat(..., copy=False) with datetime tz-aware data raises ValueError: cannot create a DatetimeTZBlock without a tz #33458
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 8 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
215a049
Added in a regression test for issue #25257. Verified that it fails o…
SurajH1 a8748aa
style changes
SurajH1 93be1c4
Added in assert statement
SurajH1 a0caac6
indentation fixes
SurajH1 9f37013
Whitespace fixes
SurajH1 d0ce00e
indentation fixes
SurajH1 6e33152
fixed spacing
SurajH1 ce8fa9c
Indentation fixes
SurajH1 de1373e
Paramterized Copy-False
SurajH1 a0c4e2b
reformatted test_concat.py
SurajH1 f095a74
Made some changes to visit_call. I know its wrong but adding this com…
SurajH1 ba4e823
Fixed the bug. Realized that we had to parse and evaluate the inner e…
SurajH1 0291828
Revert "Made some changes to visit_call. I know its wrong but adding …
SurajH1 f63c5bd
Revert "reformatted test_concat.py"
SurajH1 af1ea2a
Revert "Paramterized Copy-False"
SurajH1 85dd861
Revert "Indentation fixes"
SurajH1 dd6e292
Merge branch 'new_master'
SurajH1 243d650
Fixed the bug
SurajH1 cff2f7d
added in whitespace after ','
SurajH1 11e1710
Merge branch 'master' of https://github.com/SurajH1/pandas
SurajH1 9a799b8
reverse changes
SurajH1 f757af8
Merge remote-tracking branch 'upstream/master' into SurajH1-master
simonjayhawkins 6699cf8
remove unrelated changes
simonjayhawkins 95d551f
parametrize on copy
simonjayhawkins 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
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.
can you parameterize on copy=[True, False]
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.
Resolved
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.
can you push up the change