This is a simple example of how to read a CSV file and write it to a Parquet file using Pandas.
CSV from https://github.com/datablist/sample-csv-files
Tested under Python 3.12.4 (should work with Python 3.6+)
pip install -r requirements.txtpython app.py