datatable.exceptions.ImportError¶
This exception may be raised when a datatable operation requires an external module or library, but that module is not available. Examples of such operations include: converting a Frame into a pandas DataFrame, or into an Arrow Table, or reading an Excel file.
Inherits from Python ImportError and dt.exceptions.DtException.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.