Remove all columns from a Kolada KPI metadata table that are monotonous across the table, i.e. columns that contain only one single value. Also remove undocumented columns, i.e. columns that contain unintelligible and undocumented information.
Arguments
- kpi_df
A Kolada KPI metadata table, e.g. as created by
get_kpi
.- remove_undocumented_columns
Remove columns from the KPI table which are undocumented in the API?
- remove_monotonous_data
Remove columns from the KPI table which contain exactly the same information for all entries in the table?