Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
4.0.1
Description
The current documentation for read_feather states the following:
use_threads (bool, default True) – Whether to parallelize reading using multiple threads.
if the underlying file uses compression, then multiple threads can still be spawned. The verbiage of the use_threads is ambiguous on whether the restriction on multiple threads is only for the conversion from pyarrow to the pandas dataframe vs the reading/decompression of the file itself which might spawn additional threads.
set_cpu_count might be good to mention as a way to actually limit threads spawned
Attachments
Issue Links
- relates to
-
ARROW-14470 [Python] Expose the use_threads option in Feather read functions
- Resolved
- links to