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¶
Warning raised when reading different dtypes in a column from a file. |
|
Exception that is thrown in pd.read_csv (by both the C and Python engines) when empty data or header is encountered. |
|
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. |