Skip to content

TextFileReader needed? #8

@ludwiglierhammer

Description

@ludwiglierhammer

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.

Metadata

Metadata

Labels

enhancementNew feature or requeststructurechange the code structure

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions