woodwork.data_table.DataTable.describe

DataTable.describe(include=None)[source]

Calculates statistics for data contained in DataTable. :param include: filter for what columns to include in the :type include: list[str or LogicalType], optional :param statistics returned. Can be a list of columns: :param semantic tags: :param logical types: :param or a list: :param combining any of the three. It follows the most broad specification. Favors logical types: :param then semantic tag then column name.:

Returns

A Dataframe containing statistics for the data or the subset of the original DataTable that just containing the logical types, semantic tags, or column names specified in include.

Return type

pd.DataFrame