v0.1.5
What's Changed
- feat: add the
fmt_datetime()
method by @rich-iannone in #101 - feat: generalize row selectors by @machow in #107
- All
rows=
arguments now can receive a function, that operates on a DataFrame. This makes it easier to select rows in pandas. See the row selection docs.
- All
- docs: intro blog post by @rich-iannone in #105
Full Changelog: v0.1.4...v0.1.5