Changes
✨ Enhancements
- feat: add
LazyFrame.explodefor duckdb (#1891) - feat: add duckdb
.str.to_datetime(#1916) - feat: enable
ModuleTypeandstrfor backend in.lazy()method (#1914) - feat: add
LazyFrame.unpivotfor spark and duckdb (#1890) - feat:
LazyFrame.collectwith backend and **kwargs (#1734) - feat: spark date and datetimedata types, allow for
dtypeinnw.litfor pyspark (#1913)
📖 Documentation
- docs: Minor rendering fixups, inherit all exceptions from NarwhalsError (#1919)
- docs: shorten docstring examples in narwhals/expr.py (#1915)
🛠️ Other improvements
- chore: simplify duckdb group-by (#1911)
Thank you to all our contributors for making this release possible!
@FBruzzesi, @osoucy , and @MarcoGorelli