swat.cas.table.CASTable.info¶
-
CASTable.
info
(self, verbose=None, buf=None, max_cols=None, memory_usage=None, null_counts=None)¶ Print summary of CASTable information
- Parameters
- verboseboolean, optional
If True, the full summary is printed
- bufwriteable file-like object
Where the summary is printed to.
- max_colsint, optional
The maximum number of columns to include in the summary.
- memory_usageboolean, optional
If True, the memory usage is displayed
- null_countsboolean, optional
If True, missing values will be displayed
See also