Skip to content

Add types for DataFrame.itertuples() and DataFrame.iterrows() #805

Closed
@Dr-Irv

Description

@Dr-Irv

Right now, DataFrame.itertuples() and DataFrame.iterrows() both don't have return types.

itertuples() can return Iterable[tuple[Any, ...]] in the stubs

iterrows() can return Iterable[tuple[Hashable, Series]]: in the stubs

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions