🎉 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.shape
Question? Give us feedback → (opens in a new tab)Edit this page
Docs
Dataframe
.shape

Dataframe.shape

This function returns the shape of the dataframe

Returns

  • Array<number> - in the shape of [rows, columns]
const head: Array<number> = df.shape; // [400, 26]
.select.sum

Released under the MIT License
© 2024 breadroll