[issue44460] python crashes when pandas reading parquet

2021-06-19 Thread Andrey Brykin
New submission from Andrey Brykin : Python crashes when running this code (I attached the error message screenshot): import pandas as pd d = {'col1': [[0.] * 25] * 2560} df = pd.DataFrame(data=d) df.to_parquet('data.parquet') for j in range(15): table = pd.read_parquet(&#

[issue44460] python crashes when pandas reading parquet

2021-06-19 Thread Andrey Brykin
Andrey Brykin added the comment: pandas version is 1.1.5 -- ___ Python tracker <https://bugs.python.org/issue44460> ___ ___ Python-bugs-list mailing list Unsub