swat.cas.table.CASTable.info

CASTable.info(verbose=None, buf=None, max_cols=None, memory_usage=None, null_counts=None)

Print summary of CASTable information

Parameters:
verbose : boolean, optional

Should the full summary be printed?

buf : writeable file-like object

Where the summary is printed to.

max_cols : int, optional

The maximum number of columns to include in the summary.

memory_usage : boolean, optional

Should the memory usage be displayed?

null_counts : boolean, optional

Should missing values be displayed?