We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02218af commit 6773281Copy full SHA for 6773281
pandas/core/dtypes/cast.py
@@ -1152,7 +1152,6 @@ def convert_dtypes(
1152
pa_type = to_pyarrow_type(base_dtype)
1153
if pa_type is not None:
1154
inferred_dtype = ArrowDtype(pa_type)
1155
-
1156
elif dtype_backend == "numpy_nullable" and isinstance(inferred_dtype, ArrowDtype):
1157
# GH 53648
1158
inferred_dtype = _arrow_dtype_mapping()[inferred_dtype.pyarrow_dtype]
0 commit comments