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 @@ -191,7 +191,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
191
191
-i " pandas.errors.IntCastingNaNError SA01" \
192
192
-i " pandas.errors.InvalidIndexError SA01" \
193
193
-i " pandas.errors.InvalidVersion SA01" \
194
- -i " pandas.errors.MergeError SA01" \
195
194
-i " pandas.errors.NullFrequencyError SA01" \
196
195
-i " pandas.errors.NumExprClobberingError SA01" \
197
196
-i " pandas.errors.NumbaUtilError SA01" \
Original file line number Diff line number Diff line change @@ -261,6 +261,11 @@ class MergeError(ValueError):
261
261
262
262
Subclass of ``ValueError``.
263
263
264
+ See Also
265
+ --------
266
+ DataFrame.join : For joining DataFrames on their indexes.
267
+ merge : For merging two DataFrames on a common set of keys.
268
+
264
269
Examples
265
270
--------
266
271
>>> left = pd.DataFrame(
You can’t perform that action at this time.
0 commit comments