-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
IO CSVread_csv, to_csvread_csv, to_csvNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionPerformanceMemory or execution speed performanceMemory or execution speed performance
Description
- With free-threading, could _convert_column_data be called in parallel for each column?
- (free-threading) For large files, split into chunks and parse in parallel, then concat?
- In a pyarrow-always-available world, could
_string_box_utf8
allocate a buffer+mask rather than ndarray[object]? - PERF: Optimize _categorical_convert CSV parser when categories are known ahead of time #17743
Anyone else have more ideas?
Metadata
Metadata
Assignees
Labels
IO CSVread_csv, to_csvread_csv, to_csvNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionPerformanceMemory or execution speed performanceMemory or execution speed performance