We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e33152 commit ce8fa9cCopy full SHA for ce8fa9c
pandas/tests/dtypes/test_concat.py
@@ -94,7 +94,7 @@ def test_no_tz_concat_without_copy():
94
# This will raise a ValueError issue if it fails
95
# Regression test for issue 25257
96
df = pd.DataFrame({'timestamp': [pd.Timestamp('2020-04-08 09:00:00.709949+0000',
97
- tz='UTC')], })
+ tz='UTC')], })
98
result = pd.concat([df], copy=False)
99
expected = df
100
tm.assert_frame_equal(result, expected)
0 commit comments