-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
add .parquet files data preview #13
Comments
Any time frame when this will be available? |
I have not looked into it in a while. Last time I checked nodejs parquet lib had some issues and required native modules which I can't support in vscode ... |
Looks like there is a new package to work with parquet in TypeScript Would this work? |
that might work. I'll take it for a spin this weekend. Thanks for linking me to it. |
any update to this? |
hoping to look more into this in fall. |
@gbrueckl good news. I tried I'll see if I can find more parquet data files online and if it works with more examples, I'll package and ship this soon. |
One small favour - could you add .pq extension for parquet as well? |
@gbrueckl thanks for the test files. I hope they get loaded b/c I tried some from https://github.com/apache/parquet-testing and did not have much luck with the data files from that repo due to encoding or shortcomings of the parquets and the underlying parquetjs lib we are using. @JacekPliszka I'll map Let me know if you can get your parquet files to load. This release is super alpha and I am sure there is much more we'll need to tweak to make it work with snappy compression, etc. |
@RandomFractals I think only .parquet is "standard" but you allow .parq which I've never seen while .pq you can find used by different people on the internet. Possibly because this is a standard import in Python:
|
btw, @gbrueckl I tried parquet files you shared. None of them load. I get page dictionary errors. will have to dig into that more later. |
Any updates on whether you will support parquet? |
@peder1001 most likely in the new Tabular Data Viewer extension I started working on this year, which does include Tabulator and Perspective viewer. You can try it with CSV data files from marketplace for now: https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.tabular-data-viewer |
see finos/perspective#342 for more info
The text was updated successfully, but these errors were encountered: