inspectomop.inspector.Inspector.table_info

Inspector.table_info(table_name)

Return a Pandas DataFrame describing the fields and properties of a table.

Parameters:

table_name (String)

Returns:

table_info – columns are ‘column’, ‘type’, ‘nullable’, ‘primary_key’

Return type:

Pandas.DataFrame