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

Function set_nulls

pandas/core/interchange/from_dataframe.py:529–534  ·  view source on GitHub ↗
(
    data: np.ndarray,
    col: Column,
    validity: tuple[Buffer, tuple[DtypeKind, int, str, str]] | None,
    allow_modify_inplace: bool = ...,
)

Source from the content-addressed store, hash-verified

527
528@overload
529def set_nulls(
530 data: np.ndarray,
531 col: Column,
532 validity: tuple[Buffer, tuple[DtypeKind, int, str, str]] | None,
533 allow_modify_inplace: bool = ...,
534) -> np.ndarray: ...
535
536
537@overload

Callers 3

Calls 5

buffer_to_ndarrayFunction · 0.85
sizeMethod · 0.45
anyMethod · 0.45
copyMethod · 0.45
astypeMethod · 0.45

Tested by

no test coverage detected