-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
EnhancementIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific labelInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementation
Description
In several of the IO interfaces, we allow chunksize=
and iterator
to allow chunk reading. These all use sepearate non-conforming base classes.
We should create a base class core/base.py/Iterator
that inherits from collections.Iterator
. Then incorporate as much of this combined functionaility into this base class. To have them each have a similar interface.
-
read_stata
ENH Read Stata dta file incrementally #9493, Iterableiterator #12173 -
read_hdf
here -
read_csv
Iterableiterator #12173 -
read_msgpack
here
joseortiz3, sagol and Andresfgomez970
Metadata
Metadata
Assignees
Labels
EnhancementIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific labelInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementation