-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
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_stataENH Read Stata dta file incrementally #9493, Iterableiterator #12173 -
read_hdfhere -
read_csvIterableiterator #12173 -
read_msgpackhere
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