Skip to content

v0.3.0

Compare
Choose a tag to compare
@markfairbanks markfairbanks released this 26 Oct 15:13
· 34 commits to main since this release
16de3a6

Major refactor to work with polars>=1.0.0

Functionality improvements

  • Convert by arg _by to allow naming columns by in .mutate()/.summarize()
  • Convert .to_pandas()/.to_polars() to .as_pandas()/.as_polars()
  • Can extract a column using df["x"]

New functions

  • as_tibble()
  • is_tibble()
  • where()