2.0.2
2.0.2
New Features
- Added the
ungroupverb.Table.ungroup()flattens nestedLISTcolumns
into row form — each list cell expands to one row, with atom columns replicated
per element (the inverse of aby-grouping). Also available as a deferred step
on select queries:t.select(...).by(...).ungroup().execute().
Bug fixes
- Fixed a bug when the Timestamp type didn't account for TZ offset when using from_csv handler