Releases: markfairbanks/tidypolars
Releases · markfairbanks/tidypolars
v0.1.6
-
Improved functionality
.rename()
: Can now use both a dplyr-like and pandas-like interface
-
New attributes
.names
.ncol
.nrow
v0.1.5
-
New Tibble methods
.fill()
.head()
.pivot_longer()
.pivot_wider()
.tail()
.slice_head()
.slice_tail()
-
New expression methods
.lag()
.lead()
v0.1.4
- New methods
.bind_cols()
.bind_rows()
.distinct()
.pull()
.rename()
.slice()
v0.1.3
Update changelog