
π ParquetViewer: Open Parquet Files on Windows Without the Hassle#
Working with data and need to quickly inspect .parquet files on Windows? This open-source tool is exactly what you need. π―
π Key Features#
- π View Parquet file metadata
- π Run simple SQL queries on the data
- π Open single or partitioned files
- π Generate SQL schema from Parquet files
- πΌοΈ Preview & export image and audio data
π‘ Explanation in a nutshell#
Apache Parquet is a columnar file format widely used in Data Engineering and Big Data. It’s optimized for efficient storage and querying of large datasets. However, opening a Parquet file directly on Windows isn’t trivial β you usually need Python or Spark. ParquetViewer is a free desktop app that lets you view and query these files with a double-click, no code required.
More information at the link π
Also published on LinkedIn.
