RandomFractals / vscode-data-preview

Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview
Apache License 2.0
550 stars 59 forks source link

how to use the tool to view parquet files #259

Closed cstmgl closed 3 years ago

cstmgl commented 3 years ago

Hi all, I found this tool in the vscode market place when I search for parquet. I checked the readme but I still don't understand how can I view a parquet file. Is there any instructions I can follow? This is what I see when I open a parquet file:

image I would like obviously to see the content of the file, maybe as a json or any other kind of way but I fail to achieve that. My file is not so big but I see that I get this in the bottom for a long time: image

I really just don't know how to use this tool, sorry if my question is very obvious

RandomFractals commented 3 years ago

Parquet data files support is very alpha and has limitations of the TS library I am using to read them.

see here for more info: https://github.com/RandomFractals/vscode-data-preview/issues/13#issuecomment-787478728