is_null¶
- is_null = <function is_null>¶
Check if an object is a
nullscalar.- Parameters:
value (object) – Any input type is valid.
- Returns:
bool – True if the input is a
nullobject from the same library which implements the dataframe API standard, False otherwise.