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 206af43 commit 00cbae3Copy full SHA for 00cbae3
pandas/errors/__init__.py
@@ -265,10 +265,6 @@ class MergeError(ValueError):
265
--------
266
DataFrame.join : For joining DataFrames on their indexes.
267
merge : For merging two DataFrames on a common set of keys.
268
- ValueError : Base class for exceptions related to invalid arguments.
269
- NotImplementedError : A built-in exception that can also be used for abstract
270
- methods but lacks the specificity of `AbstractMethodError` in indicating
271
- the need for subclass implementation.
272
273
Examples
274
0 commit comments