yxiao315 opened a new issue, #34934:
URL: https://github.com/apache/arrow/issues/34934

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The memory not released after execute load_csv_by_arrow() function on 
JupyterLab.  This seems only happen in JupyterLab not other IDE and the memory 
seems increase a little bit every time the function runs.
   ```
   def load_csv_by_arrow():
       table = csv.read_csv(r'./data/xxx.csv)
       df = table.to_pandas()
       del df
   
   # in JupyterLab cell
   %memit load_csv_by_arrow()
   ```
   pyarrow:11.0.0
   jupyterlab: 3.6.3
   
   ### Component(s)
   
   Python


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to