Varun Srinivasan
@v
New tool from @notnotstorm for parquet 👀 https://github.com/paradigmxyz/tbl
4 replies
16 recasts
72 reactions
Vlady🎩
@vlady
what is this tool??
1 reply
0 recast
0 reaction
stonavan
@stonavan
parquet is a storage format that is highly efficient and fast for large datasets. To achieve this efficiency, parquet stores data in a binary format (it cannot be read as plain text; opening the file will just show gibberish). To read a Parquet file, you need to use a framework that supports parquet reading, such as Python (in my case). With this tool, you can preview/read/write/do operation on parquet files without needing to open another framework, making life easier for developers.
0 reply
0 recast
0 reaction