Skip to content

Commit d01fc1d

Browse files
glemaitretopper-123
authored andcommitted
FIX preserve dtype with datetime columns of different resolution when merging (pandas-dev#53213)
1 parent 79df9db commit d01fc1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/reshape/merge/test_merge.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import numpy as np
99
import pytest
10+
import pytz
1011

1112
from pandas.core.dtypes.common import is_object_dtype
1213
from pandas.core.dtypes.dtypes import CategoricalDtype

0 commit comments

Comments
 (0)