datatable.exceptions.OverflowError¶
Rare error that may occur if you pass a parameter that is too large to fit
into C++ int64 type, or sometimes larger than a double.
Inherits from Python OverflowError 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.