datatable.internal.frame_integrity_check()¶
This function performs a range of tests on the frame to verify
that its internal state is consistent. It returns None on success,
or throws an AssertionError if any problems were found.
Parameters¶
frame
FrameA dt.Frame object that needs to be checked for internal consistency.
return
Noneexcept
AssertionErrorAn exception is raised if there were any issues with the frame.
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.