Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add __iter__ to Row to declare it as iterable (#1148)
avoids typing warnings on iter()-like operations, e.g. zip(), etc.
- Loading branch information