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 2e65248 commit 850573dCopy full SHA for 850573d
pandas/_libs/lib.pyi
@@ -86,6 +86,7 @@ def maybe_convert_objects(
86
safe: bool = ...,
87
convert_numeric: bool = ...,
88
convert_non_numeric: Literal[False] = ...,
89
+ convert_string: Literal[False] = ...,
90
convert_to_nullable_dtype: Literal[False] = ...,
91
dtype_if_all_nat: DtypeObj | None = ...,
92
) -> npt.NDArray[np.object_ | np.number]: ...
@@ -97,6 +98,7 @@ def maybe_convert_objects(
97
98
99
100
convert_non_numeric: bool = ...,
101
+ convert_string: bool = ...,
102
convert_to_nullable_dtype: Literal[True] = ...,
103
104
) -> ArrayLike: ...
@@ -108,6 +110,7 @@ def maybe_convert_objects(
108
110
109
111
112
113
114
convert_to_nullable_dtype: bool = ...,
115
116
0 commit comments