Skip to content

2.0.2

Choose a tag to compare

@protocolstardust protocolstardust released this 18 Jun 20:38
· 8 commits to master since this release

2.0.2

New Features

  • Added the ungroup verb. Table.ungroup() flattens nested LIST columns
    into row form — each list cell expands to one row, with atom columns replicated
    per element (the inverse of a by-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

2026-06-18 | 🔗 PyPI | 🔗 GitHub