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