ktongue's picture
download
raw
548 Bytes
import numpy as np
from numpy import typing as npt
class NAType:
def __new__(cls, *args, **kwargs): ...
NA: NAType
def is_matching_na(
left: object, right: object, nan_matches_none: bool = ...
) -> bool: ...
def isposinf_scalar(val: object) -> bool: ...
def isneginf_scalar(val: object) -> bool: ...
def checknull(val: object) -> bool: ...
def isnaobj(arr: np.ndarray) -> npt.NDArray[np.bool_]: ...
def is_numeric_na(values: np.ndarray) -> npt.NDArray[np.bool_]: ...
def is_pdna_or_none(values: np.ndarray) -> npt.NDArray[np.bool_]: ...

Xet Storage Details

Size:
548 Bytes
·
Xet hash:
665e278f809ab3945e03ac3c25dc7043c1d1e45241f1463ae8be858b24fc31d2

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.