timothyrenner / svl

A declarative language for dashboards and reports
https://timothyrenner.github.io/svl
MIT License
8 stars 1 forks source link

Add support for parquet files. #21

Closed timothyrenner closed 5 years ago

timothyrenner commented 5 years ago

With pandas + pyarrow this should be straightforward but it may require new syntax:

DATASETS
    bigfoot PARQUET "bigfoot_sightings.parquet"
timothyrenner commented 5 years ago

I think that's it.