1db3aa2b8ae8bd3b20dea14b92e1e7355bfa266a,pandas/tests/io/pytables/test_timezones.py,,test_append_with_timezones_pytz,#Any#,138
Before Change
// can"t append with diff timezone
df = DataFrame(
dict(
A=Timestamp("20130102", tz="US/Eastern"),
B=Timestamp("20130102", tz="CET"),
),
index=range(5),
)
After Change
// can"t append with diff timezone
df = DataFrame(
{
"A": Timestamp("20130102", tz="US/Eastern"),
"B": Timestamp("20130102", tz="CET"),
},
index=range(5),
)
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 6
Instances
Project Name: pandas-dev/pandas
Commit Name: 1db3aa2b8ae8bd3b20dea14b92e1e7355bfa266a
Time: 2020-12-07
Author: fangchen.li@outlook.com
File Name: pandas/tests/io/pytables/test_timezones.py
Class Name:
Method Name: test_append_with_timezones_pytz
Project Name: pandas-dev/pandas
Commit Name: ff78a02be6a945761f61309f0f447f9141e43624
Time: 2020-11-30
Author: Skvrahul@gmail.com
File Name: pandas/tests/reshape/concat/test_datetimes.py
Class Name: TestTimezoneConcat
Method Name: test_concat_tz_frame
Project Name: pandas-dev/pandas
Commit Name: 1db3aa2b8ae8bd3b20dea14b92e1e7355bfa266a
Time: 2020-12-07
Author: fangchen.li@outlook.com
File Name: pandas/tests/io/pytables/test_timezones.py
Class Name:
Method Name: test_append_with_timezones_dateutil
Project Name: pandas-dev/pandas
Commit Name: 3391a348f3f7cd07a96c8e6a4b05e3e9f60c8567
Time: 2020-11-26
Author: fangchen.li@outlook.com
File Name: pandas/tests/frame/methods/test_select_dtypes.py
Class Name: TestSelectDtypes
Method Name: test_select_dtypes_datetime_with_tz
Project Name: pandas-dev/pandas
Commit Name: 1db3aa2b8ae8bd3b20dea14b92e1e7355bfa266a
Time: 2020-12-07
Author: fangchen.li@outlook.com
File Name: pandas/tests/io/pytables/test_timezones.py
Class Name:
Method Name: test_legacy_datetimetz_object