Base.report

Base.report(*, useLog=None)

Report containing information regarding the data in this object.

Produce a report, as a nimble List object, containing summary information about the data in this object. Includes the total number of values in the object, the number of points and number of features (or dimensions for high dimension data), the proportion of missing values, and the proportion of zero values.

useLogbool, None

Local control for whether to send object creation to the logger. If None (default), use the value as specified in the “logger” “enabledByDefault” configuration option. If True, send to the logger regardless of the global option. If False, do NOT send to the logger, regardless of the global option.

See also

Features.report

Keywords: summary, information, description, analyze, statistics, stats, columns, info, information, describe, about