You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also curious if perspective could be pointed to a parquet file. I was looking into using duckdb to export database queries as parquet files and then pointing perspective at that file to load the results.
This feature is out-of-scope for Perspective. For the Python side, pyarrow and friends already support this (we would just recompile this support into Perspective anyway). For JavaScript, Perspective is designed to be used as a component, not a platform, preferring small size and performance to coming bundled with every possible format.
If you're looking for a turn-key platform approach to BI that incorporates a wide variety of data adapters, analytics, persistence and discovery features, check out our enterprise platform.
how hard would it be to add parquet data files support to the perspective viewer?
in relation to this vsscode ext. I've decided to work on utilizing your lib:
https://github.com/RandomFractals/vscode-data-preview
I belive it can be done in JS with this lib I found:
https://github.com/ZJONSSON/parquetjs
most likely just a matter of providing proper data read interfaces for perspective viewer to consume and display that data
The text was updated successfully, but these errors were encountered: