I want to convert a parquet file into a CSV file. I am running this program:
import pandas as pd
df = pd.read_parquet('filename.parquet')
df.to_csv('filename.csv')
But it is showing the following error:
ArrowIOError : Invalid parquet file. Corrupt footer