Changed
pw.io.deltalake.read
now processes Delta table version updates atomically, applying all changes together in a single minibatch.- The panel widget for table visualization now has a horizontal scroll bar for large tables.
- Added the possibility to return value from any column from
pw.reducers.argmax
andpw.reducers.argmin
, not onlyid
.
Fixed
pw.reducers.argmax
andpw.reducers.argmin
work correctly with the result ofpw.Table.windowby
.