Skip to content

Inspect

cognite.neat._session._inspect.InspectAPI #

Inspect issues or outcomes after performing operations with NeatSession. To inspect properties of the current data model, try out .properties().

Example

Inspect issues

neat.inspect.issues()

Example

Inspect outcome after writing a data model

neat.inspect.outcome.data_model()

Example

Inspect outcome after writing instances

neat.inspect.outcome.instances()

properties: pd.DataFrame property #

Returns the properties of the current data model.

Example

Inspect properties of the current data model

# From an active NeatSession
neat.inspect.properties