Skip to content

Commit aba9a30

Browse files
committed
reversed mm dd order in test_anti_datetime_tz to prevent UserWarning
1 parent fc50027 commit aba9a30

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

folder/subfolder/out.csv

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
,name,mask,weapon
2+
0,Raphael,red,sai
3+
1,Donatello,purple,bo staff

pandas/tests/reshape/merge/test_merge_anti.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def test_anti_datetime_tz(self):
435435
expected = DataFrame(
436436
{
437437
"Date": pd.date_range(
438-
"20-10-2021", periods=2, freq="6D", tz="Asia/Kolkata"
438+
"10-20-2021", periods=2, freq="6D", tz="Asia/Kolkata"
439439
),
440440
"a_x": [3, 4],
441441
"a_y": [np.nan, np.nan],

path_to_file.xlsx

5.45 KB
Binary file not shown.

0 commit comments

Comments
 (0)