We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f91170 commit d0a5bf2Copy full SHA for d0a5bf2
tests/test_frame.py
@@ -634,7 +634,7 @@ def test_types_itertuples() -> None:
634
assert isinstance(t1.Index, int)
635
assert isinstance(t1.col1, int)
636
assert isinstance(t1.col2, int)
637
- for k in [0, 1]:
+ for k in [0, 1, 2]:
638
assert isinstance(t1[k], int)
639
640
for t1 in df.itertuples(name="FooBar"):
@@ -643,7 +643,7 @@ def test_types_itertuples() -> None:
643
644
645
646
647
648
649
0 commit comments