ilyashusterman opened a new issue #9403:
URL: https://github.com/apache/arrow/issues/9403
when you try to
```
import pandas as pd
if __name__ == '__main__':
data = pd.read_parquet('test_input.parquet') # 25 mb
data.to_parquet('test_output.parquet') # 40 mb when on 17.1 version
arrow and 25 mb when on 14 mb
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]