Skip to content

Commit 71615a4

Browse files
committed
CLN: add Timestamp reference in core/common.py
1 parent 13210b7 commit 71615a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ def conv(r,dtype):
737737
if isnull(r):
738738
pass
739739
elif dtype == _NS_DTYPE:
740-
r = Timestamp(r)
740+
r = lib.Timestamp(r)
741741
elif dtype == _TD_DTYPE:
742742
r = _coerce_scalar_to_timedelta_type(r)
743743
elif dtype == np.bool_:

0 commit comments

Comments
 (0)