You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refine iterrows and itertuples return types (#822)
refine iterrows and itertuples return types
* Added first test on iterrows.
* Updated iterrows return type to Iterable[tuple[Hashable, Series]].
* Added return type Iterable[tuple[Any, ...]] to itertuples.
0 commit comments