🎉 breadroll 0.5.0 is released. We're in public beta →
breadroll-logoAboutAboutDocsDocsContributionContributionChangelogChangelog
GitHubGitHub (opens in a new tab)
  • Introduction
  • Breadroll
    • HTTPS
    • JSON
    • Local
    • Supabase Storage
  • Dataframe
    • .apply
    • .average
    • .cols
    • .concat
    • .count
    • .dtypes
    • .filter
    • .head
    • .isNull
    • .labels
    • .max
    • .merge
    • .min
    • .notNull
    • .rows
    • .save
    • .select
    • .shape
    • .sum
    • .tail
    • .toBlob
    • .toNumber
    • .use
    • .value
    • .math
    • .physical

On This Page

  • Dataframe.isNull
Question? Give us feedback → (opens in a new tab)Edit this page
Docs
Dataframe
.isNull

Dataframe.isNull

This function return a new Dataframe where some of it properties have a null

Returns

  • Dataframe<T>
const isNull: Dataframe<T> = df.isNull;
.head.labels

Released under the MIT License
© 2024 breadroll