modin.pandas.notnull¶
- modin.pandas.notnull(obj)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.23.0/../../../../../opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages/modin/pandas/general.py#L51-L60)¶
Detect non-missing values for an array-like object.
Notes
See pandas API documentation for pandas.notna (https://pandas.pydata.org/pandas-docs/version/2.2.1/reference/api/pandas.notna.html) for more.