Skip to main content
  1. Posts/

ParquetViewer: A Simple Windows App for Viewing Apache Parquet Files

··177 words·1 min·

πŸ“Š 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.
Juan Pedro Bretti Mandarano
Author
Juan Pedro Bretti Mandarano