datatable.exceptions.IOError¶
Raised during any IO operation, such as reading/writing CSV or Jay files. The most common cause for such an error is an invalid input file.
Inherits from Python IOError 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.