Skip to content

Releases: markfairbanks/tidypolars

v0.1.6

15 Oct 18:04
Compare
Choose a tag to compare
  • Improved functionality

    • .rename(): Can now use both a dplyr-like and pandas-like interface
  • New attributes

    • .names
    • .ncol
    • .nrow

v0.1.5

12 Oct 15:03
Compare
Choose a tag to compare
  • New Tibble methods

    • .fill()
    • .head()
    • .pivot_longer()
    • .pivot_wider()
    • .tail()
    • .slice_head()
    • .slice_tail()
  • New expression methods

    • .lag()
    • .lead()

v0.1.4

07 Oct 10:41
Compare
Choose a tag to compare
  • New methods
    • .bind_cols()
    • .bind_rows()
    • .distinct()
    • .pull()
    • .rename()
    • .slice()

v0.1.3

04 Oct 16:59
Compare
Choose a tag to compare
Update changelog