Objectiv Documentation LogoObjectiv Documentation Logo
TrackingModelingTaxonomy
GitHubSlackTwitterObjectiv.io
  • Introduction
  • Get started in your notebook
  • Open model hub
  • Bach
    • Core Concepts
    • Usage
    • Supported Data Stores
    • API reference
      • DataFrame
      • Series
        • AbstractNumeric
        • Boolean
        • Date
        • Dict
        • Float64
        • Int64
        • Json
        • JsonPostgres
        • List
        • String
        • Time
        • Timedelta
        • Timestamp
        • Uuid
        • agg
        • aggregate
        • all_values
        • any_value
        • append
        • apply_func
        • array
        • astype
        • base_node
        • copy
        • count
        • describe
        • drop_duplicates
        • dropna
        • dtype
        • exists
        • fillna
        • from_value
        • get_db_dtype
        • group_by
        • head
        • index
        • instance_dtype
        • is_materialized
        • isin
        • isnull
        • materialize
        • max
        • Series
        • median
        • min
        • mode
        • name
        • notnull
        • nunique
        • order_by
        • reset_index
        • sort_by_series
        • sort_index
        • sort_values
        • to_frame
        • to_numpy
        • to_pandas
        • unique
        • unstack
        • value
        • value_counts
        • view_sql
        • window_cume_dist
        • window_dense_rank
        • window_first_value
        • window_lag
        • window_last_value
        • window_lead
        • window_nth_value
        • window_ntile
        • window_percent_rank
        • window_rank
        • window_row_number
  • Example notebooks
  • 🏠
  • Modeling
  • Bach
  • API reference
  • Series
  • notnull

bach.Series.notnull

notnull​

()

​[source]

Evaluate for every row in this series whether the value is not missing or NULL.

note

Only NULL values in the Series in the underlying sql table will return True. numpy.nan is not checked for.

see also

isnull

  • Suggest an edit
  • Get help on Slack
  • Request feature or report issue
Previous
name
Next
nunique
  • notnull
  • Privacy Policy
  • Cookies
Copyright © 2022 Objectiv