traveler.core.downloading.csv_to_parquet#

traveler.core.downloading.csv_to_parquet(csv_filepath, parquet_filepath)[source]#

Reads a CSV file and writes its content to a Parquet file.

Args:

csv_filepath (str): The path to the input CSV file. parquet_filepath (str): The path to the output Parquet file.