Skip to content

BUG: Series.iteritems() isn't lazy #6760

Closed
@TomAugspurger

Description

@TomAugspurger

The docstring indicates that it is supposed to be lazy, but we return lzip(iter(self.index), iter(self)). That should be zip(...) right? Or is the docstring wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions