Files
parse-parquet/README.md
2026-02-27 10:17:19 +00:00

417 B

How to use

  1. Install dependencies
pip install pandas
  1. Fet the full path of the parquet file you want to parse.
C:\somedir\file.parquet  # On Windows
/somedir/file.parquet    # On Mac/Linux
  1. Edit the parse_parquet.py with the full path of your parquet file taken from 1.

  2. Run the script:

python3 parse_parquet.py

TBD..

  • Potentially add a GUI so users can run it as an app