I am trying to read larger size (40-400MB ) Parquet file in Google colab. I am getting error it says :
46 raise ValueError("engine must be one of 'pyarrow', 'fastparquet'")
ValueError: engine must be one of 'pyarrow', 'fastparquet'
I have refer this page and run following command : I am still facing the same error
What am I missing here.