CLN: consolidate Iterator interface #9496
Labels
Enhancement
Internals
Related to non-user accessible pandas implementation
IO Data
IO issues that don't fit into a more specific label
In several of the IO interfaces, we allow
chunksize=
anditerator
to allow chunk reading. These all use sepearate non-conforming base classes.We should create a base class
core/base.py/Iterator
that inherits fromcollections.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 #12173read_hdf
hereread_csv
Iterableiterator #12173read_msgpack
hereThe text was updated successfully, but these errors were encountered: