henchman.diagnostics.overview¶
-
henchman.diagnostics.
overview
(data)[source]¶ Give a brief data overview. Contains information about data shape, missing values, memory usage and data types of columns.
Parameters: data (pd.DataFrame) – The dataframe for which to give an overview. Example
>>> from henchman.diagnostics import overview >>> overview(df)