Skip to content

CLN: consolidate Iterator interface #9496

Closed
@jreback

Description

@jreback

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementIO DataIO issues that don't fit into a more specific labelInternalsRelated to non-user accessible pandas implementation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions