Urban-Analytics-Technology-Platform / popgetter-cli

A rust library and CLI for accessing popgetter data
0 stars 0 forks source link

Querying for metrics (tabular data) from parquet files in the cloud. #5

Closed stuartlynn closed 3 weeks ago

stuartlynn commented 2 months ago

Some example code here: https://github.com/stuartlynn/pop_getter_getter/blob/main/src/main.rs

Take the definition of a set of metric metadata + Option (as defined in https://github.com/Urban-Analytics-Technology-Platform/popgetter-cli/issues/3) and return a dataframe like object (polars?) of the values requested.