To reproduce:
- Open binder on https://gist.github.com/krassowski/28a0262f6c3abe4135916ff9c0595c3f
- Execute
%pip install pandas pyarrow
import pandas as pd
pd.Series([1, 2, 3]).to_frame().to_parquet('test.parquet', index=False)
- Double click on the file
- See

To reproduce: