File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
119
119
-i " pandas.errors.PerformanceWarning SA01" \
120
120
-i " pandas.errors.PossibleDataLossError SA01" \
121
121
-i " pandas.errors.UndefinedVariableError PR01,SA01" \
122
- -i " pandas.errors.UnsortedIndexError SA01" \
123
122
-i " pandas.errors.ValueLabelTypeMismatch SA01" \
124
123
-i " pandas.infer_freq SA01" \
125
124
-i " pandas.io.json.build_table_schema PR07,RT03,SA01" \
Original file line number Diff line number Diff line change @@ -100,6 +100,11 @@ class UnsortedIndexError(KeyError):
100
100
101
101
Subclass of `KeyError`.
102
102
103
+ See Also
104
+ --------
105
+ DataFrame.sort_index : Sort a DataFrame by its index.
106
+ DataFrame.set_index : Set the DataFrame index using existing columns.
107
+
103
108
Examples
104
109
--------
105
110
>>> df = pd.DataFrame(
You can’t perform that action at this time.
0 commit comments