-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requeststructurechange the code structurechange the code structure
Description
Current state
Optionally, you can select a chunksize when reading the data. If this is the case, the data is read as a TextFileReader object for iterations; see pandas.read_csv. This complicates the code because manipulating TextFileReader objects causes iterations and high I/O loads. In earlier pandas versions, reading chunked data freed up memory and made the procedure faster.
Question
Is it necessary to make use of chunked TextFileReader objects are can newer pandas versions can handle this issue?
Possible Solution
Get rid of TextFileReader objects.
Advantage
Simplify the code.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requeststructurechange the code structurechange the code structure