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 3f1a734 commit a6b3962Copy full SHA for a6b3962
pandas/_libs/lib.pyi
@@ -60,7 +60,7 @@ def is_time_array(values: np.ndarray, skipna: bool = ...): ...
60
def is_date_array(values: np.ndarray, skipna: bool = ...): ...
61
def is_datetime_array(values: np.ndarray, skipna: bool = ...): ...
62
def is_string_array(values: np.ndarray, skipna: bool = ...): ...
63
-def is_float_array(values: np.ndarray): ...
+def is_float_array(values: np.ndarray, skipna: bool = ...): ...
64
def is_integer_array(values: np.ndarray, skipna: bool = ...): ...
65
def is_bool_array(values: np.ndarray, skipna: bool = ...): ...
66
def fast_multiget(
0 commit comments