General utility functions¶
Working with options¶
  | 
Prints the description for one or more registered options.  | 
  | 
Reset one or more options to their default value.  | 
  | 
Retrieves the value of the specified option.  | 
  | 
Sets the value of the specified option.  | 
  | 
Context manager to temporarily set options in the with statement context.  | 
Testing functions¶
  | 
Check that left and right DataFrame are equal.  | 
  | 
Check that left and right Series are equal.  | 
  | 
Check that left and right Index are equal.  | 
  | 
Check that left and right ExtensionArrays are equal.  | 
Exceptions and warnings¶
  | 
Raise this error instead of NotImplementedError for abstract methods while keeping compatibility with Python 2 and Python 3.  | 
Warning for attribute conflicts in accessor registration.  | 
|
Warning raised when reading different dtypes in a column from a file.  | 
|
Error raised when an operation would introduce duplicate labels.  | 
|
Exception that is thrown in pd.read_csv (by both the C and Python engines) when empty data or header is encountered.  | 
|
Exception raised when attempting to use an invalid index key.  | 
|
Raised when attempting an astype operation on an array with NaN to an integer dtype.  | 
|
Error raised when problems arise during merging due to problems with input data.  | 
|
Error raised when a null freq attribute is used in an operation that needs a non-null frequency, particularly DatetimeIndex.shift, TimedeltaIndex.shift, PeriodIndex.shift.  | 
|
Error raised for unsupported Numba engine routines.  | 
|
Exception for pandas.options, backwards compatible with KeyError checks.  | 
|
Raised when encountering a timedelta value that cannot be represented as a timedelta64[ns].  | 
|
Exception that is raised by an error encountered in parsing file contents.  | 
|
Warning raised when reading a file that doesn't use the default 'c' parser.  | 
|
Warning raised when there is a possible performance impact.  | 
|
Error raised when attempting to get a slice of a MultiIndex, and the index has not been lexsorted.  | 
|
Exception raised when attempting to call a numpy function on a pandas object, but that function is not supported by the object e.g.  | 
Bug report function¶
  | 
Provide useful information, important for bug reports.  |