Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: parquet data files support #342

Closed
RandomFractals opened this issue Dec 14, 2018 · 3 comments
Closed

Feature request: parquet data files support #342

RandomFractals opened this issue Dec 14, 2018 · 3 comments
Labels
enhancement Feature requests or improvements

Comments

@RandomFractals
Copy link

RandomFractals commented Dec 14, 2018

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

@timkpaine timkpaine added enhancement Feature requests or improvements good first issue A relatively simple issue and removed good first issue A relatively simple issue labels Dec 19, 2018
@mhkeller
Copy link

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.

@texodus
Copy link
Member

texodus commented Nov 23, 2023

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.

@texodus texodus closed this as not planned Won't fix, can't repro, duplicate, stale Nov 23, 2023
@mhkeller
Copy link

For anyone looking to try this, here's a script that will read in a parquet file and give you back the buffer representation of an arrow file: https://gist.github.com/mhkeller/855ca5c0a6582e4ead7d36e6f8169fdd

There is likely a better way to do this and I'm not taking this approach, but sharing this here in case it helps someone.

Related discussion: #1157

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests or improvements
Projects
None yet
Development

No branches or pull requests

4 participants