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 b758123 commit ecf44fdCopy full SHA for ecf44fd
pandas/core/algorithms.py
@@ -2208,7 +2208,7 @@ def _sort_mixed(values):
2208
return np.concatenate([nums, np.asarray(strs, dtype=object)])
2209
2210
2211
-def _sort_tuples(values: np.ndarray[tuple]):
+def _sort_tuples(values: np.ndarray):
2212
"""
2213
Convert array of tuples (1d) to array or array (2d).
2214
We need to keep the columns separately as they contain different types and
0 commit comments