seismometer._api.feature_summary¶
- seismometer._api.feature_summary(exclude_cols=None, inline=False)¶
Generates (or loads from disk) the ydata-profiling report.
Note: Does not regenerate the report if one exists on disk.
- Parameters:
exclude_cols (Optional[list[str]], optional) – Columns to exclude from profiling. If None, defaults to excluding the identifiers in the dataset, by default None.
inline (bool, optional) – If True, shows the ydata-profiling report inline, by default False; displaying a link instead.