Skip to content

Commit

Permalink
Fix backport issue
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Nov 14, 2024
1 parent 045bddb commit 0f14233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/dtypes/cast.py
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ def maybe_infer_to_datetimelike(
convert_numeric=False,
convert_non_numeric=True,
convert_to_nullable_dtype=convert_to_nullable_dtype,
dtype_if_all_nat=np.dtype("M8[s]"),
dtype_if_all_nat=np.dtype("M8[ns]"),
)


Expand Down

0 comments on commit 0f14233

Please sign in to comment.