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

Dataframe.tail

This function returns the last five rows of the Dataframe

Returns

  • Dataframe<T>
const head: Dataframe<T> = df.tail;
.sum.toBlob

Released under the MIT License
© 2024 breadroll