Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 285 Bytes

File metadata and controls

14 lines (11 loc) · 285 Bytes

Convert a CSV file into a Parquet

This script takes in a CSV file as myInput and generates a Parquet file as myOutput.

Prerequisites modules

  • pandas

  • pyarrow

  • pyspark

  • koalas

  • dask

  • install required external modules.

script

  • Execute each '.py' file using `python3'