Releases: markfairbanks/tidypolars
Releases · markfairbanks/tidypolars
v0.2.10
New Tibble methods
.separate()
New functions
coalesce()
n()
row_number()
str_c()
str_ends()
str_starts()
v0.2.9
Update changelog
v0.2.8
v0.2.7
New Tibble methods
.to_dict()
v0.2.6
New functions
count()
floor()
length()
quantile()
sqrt()
Functionality improvements
.bind_rows()
: Auto-aligns columns by name
v0.2.5
Merge pull request #142 from markfairbanks/fix-html-printing Fix html printing
v0.2.4
New functions
paste()
paste0()
Improved functionality
.relocate()
: tidyselect helpers work
v0.2.1
New Tibble methods
.replace_null()
.set_names()
New functions
replace_null()
v0.2.0
v0.2.0 (2021/11/05)
New Functions
as_float()
as_integer()
as_string()
between()
cast()
desc()
is_finite()
is_in()
is_infinite()
is_not()
is_not_in()
is_not_null()
is_null()
round()
lubridate
as_date()
as_datetime()
dt_round()
hour()
mday()
minute()
month()
quarter()
second()
wday()
week()
yday()
year()
stringr
str_detect()
str_extract()
str_length()
str_remove_all()
str_remove()
str_replace_all()
str_replace()
str_sub()
str_to_lower()
str_to_upper()
str_trim()
Improved functionality
.drop()
: tidyselect helpers work
v0.1.7
-
New Tibble methods
.count()
.drop_null()
.inner_join()
/.left_join()
/.outer_join()
.write_csv()
.write_parquet()
-
New functions
tp.abs()
tp.case_when()
tp.first()
tp.if_else()
tp.lag()
tp.last()
tp.lead()
tp.max()
tp.mean()
tp.median()
tp.min()
tp.n_distinct()
tp.sd()
tp.sum()
tp.read_csv()
tp.read_parquet()
- tidyselect
tp.contains()
tp.ends_with()
tp.everything()
tp.starts_with()
-
Improved functionality
.bind_cols()
/.bind_rows()
: Can append multiple data frames in one call