Testing¶
Assertion 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. |
Warning for attribute conflicts in accessor registration. |
|
Warning raised when index attributes conflict when using HDFStore. |
|
Warning is raised when reading a partial labeled Stata file using a iterator. |
|
Exception is raised when trying to perform an operation on a closed HDFStore file. |
|
Warning is raised when converting css styling fails. |
|
Error is raised when executing sql with bad syntax or sql that throws an error. |
|
Exceptionn raised when performing an operation on non-numerical data. |
|
Warning raised when reading different dtypes in a column from a file. |
|
Error raised when an operation would introduce duplicate labels. |
|
Exception raised in |
|
Warning raised when trying to use where criteria on an incompatible HDF5 file. |
|
Exception is raised when trying to index and there is a mismatch in dimensions. |
|
Warning raised by to_stata the column contains a non-valid stata name. |
|
Exception raised when attempting to use an invalid index key. |
|
Exception raised when converting ( |
|
Exception raised when merging data. |
|
Exception raised when a |
|
Error raised for unsupported Numba engine routines. |
|
Exception raised when trying to use a built-in numexpr name as a variable name. |
|
Exception raised for pandas.options. |
|
Raised when the datetime is outside the range that can be represented. |
|
Raised when encountering a timedelta value that cannot be represented. |
|
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. |
|
Exception raised when trying to open a HDFStore file when already opened. |
|
Warning raised by to_stata on a column with a value outside or equal to int64. |
|
Exception raised when clipboard functionality is unsupported. |
|
|
Exception raised when clipboard functionality is unsupported by Windows. |
Exception raised when trying to set on a copied slice from a |
|
Warning raised when trying to set on a copied slice from a |
|
Exception raised by |
|
|
Exception raised by |
Error raised when slicing a MultiIndex which has not been lexsorted. |
|
Exception raised when attempting to call a unsupported numpy function. |
|
Warning raised by to_stata on a category column that contains non-string values. |
Bug report function¶
|
Provide useful information, important for bug reports. |
Test suite runner¶
|
Run the pandas test suite using pytest. |