inspect#
relationalai.std
The relationalai.std.inspect
namespace contains tools for inspecting data in a model.
To use the inspect
module, include the following import at the top of your Python file or notebook:
#from relationalai.std import inspect
Table Of Contents#
Functions#
Function | Description | Return Type |
---|---|---|
inspect() | Gets a DataFrame containin a sample of objects in a Type and their statically known properties. | pandas DataFrame |
pprint() | Pretty-prints a table showing a sample of objects in a Type and their statically known properties. | None |