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 e833869 commit 5be6ef4Copy full SHA for 5be6ef4
pandas/tests/indexes/test_setops.py
@@ -75,7 +75,7 @@ def test_union_different_types(index_flat, index_flat2, request):
75
idx1 = index_flat
76
idx2 = index_flat2
77
78
- # Ειδική μεταχείριση για mixed-int-string
+ # Special handling for mixed int-string types
79
if idx1.equals(pd.Index([0, "a", 1, "b", 2, "c"])) or idx2.equals(pd.Index([0, "a", 1, "b", 2, "c"])):
80
idx1 = idx1.astype(str)
81
idx2 = idx2.astype(str)
0 commit comments