perspective icon indicating copy to clipboard operation
perspective copied to clipboard

Feature request: parquet data files support

Open RandomFractals opened this issue 5 years ago • 0 comments

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

RandomFractals avatar Dec 14 '18 19:12 RandomFractals