MCPcopy
hub / github.com/pandas-dev/pandas / dropna

Method dropna

pandas/core/series.py:6403–6410  ·  view source on GitHub ↗
(
        self,
        *,
        axis: Axis = ...,
        inplace: Literal[False] = ...,
        how: AnyAll | None = ...,
        ignore_index: bool = ...,
    )

Source from the content-addressed store, hash-verified

6401
6402 @overload
6403 def dropna(
6404 self,
6405 *,
6406 axis: Axis = ...,
6407 inplace: Literal[False] = ...,
6408 how: AnyAll | None = ...,
6409 ignore_index: bool = ...,
6410 ) -> Series: ...
6411
6412 @overload
6413 def dropna(

Callers 15

test_axis_aliasMethod · 0.95
test_dropna_emptyMethod · 0.95
test_dropna_intervalsMethod · 0.95
test_dropEmptyRowsMethod · 0.95
test_dropna_seriesFunction · 0.95
test_bins_unequal_lenFunction · 0.95
test_idxminMethod · 0.95

Calls 6

validate_bool_kwargFunction · 0.90
remove_na_arraylikeFunction · 0.90
default_indexFunction · 0.90
_get_axis_numberMethod · 0.80
_update_inplaceMethod · 0.80
copyMethod · 0.45

Tested by 15

test_axis_aliasMethod · 0.76
test_dropna_emptyMethod · 0.76
test_dropna_intervalsMethod · 0.76
test_dropEmptyRowsMethod · 0.76
test_dropna_seriesFunction · 0.76
test_bins_unequal_lenFunction · 0.76
test_idxminMethod · 0.76