[Python] Memory leak when using engine="pyarrow" while reading csv files via pd.read_csv()
Open
Component: Other
Component: Python
Type: bug
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the bug, including details regarding any error messages, version, and platform.
I have a 3.5GB csv file and I'm using pyarrow as the engine to speed up the read time. Unfortunately it causes memory to be allocated and not freed afterwards.



OS: windows 10
CPU: i9-12900H
### Component(s)
Python, Other
Contributor guide
Assessment
This issue has not been assessed yet.