Skip to content

Commit da411b6

Browse files
author
shdongre
committed
add test case for mix string and int
1 parent a811388 commit da411b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@ def _create_mi_with_dt64tz_level():
706706
"string-python": Index(
707707
pd.array([f"pandas_{i}" for i in range(10)], dtype="string[python]")
708708
),
709+
"mixed-int-string": Index([0, "a", 1, "b", 2, "c"]),
709710
}
710711
if has_pyarrow:
711712
idx = Index(pd.array([f"pandas_{i}" for i in range(10)], dtype="string[pyarrow]"))

0 commit comments

Comments
 (0)