planetlabs / gpq

Utility for working with GeoParquet

Home Page:https://planetlabs.github.io/gpq/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Report info on row groups in describe?

cholmes opened this issue · comments

The new 'describe' looks great, the table is super helpful. Was wondering if it might be possible to include information about row groups? I use DuckDB for this, I believe it just reports the total number of row groups, which I think is totally fine if that's easier than figuring out the max number of rows per group.

We could add info about the number of row groups and the number of rows per row group. The number of rows per group can vary per row group.

I decided to skip the number of rows per group for now. Mostly awkward to format the table nicely. Will probably revisit later.