ing-bank / popmon

Monitor the stability of a Pandas or Spark dataframe ⚙︎
https://popmon.readthedocs.io/
MIT License
495 stars 35 forks source link

Display histograms over time for EDA #185

Closed sbrugman closed 2 years ago

sbrugman commented 2 years ago

When using popmon for exploratory data analysis of datasets with a time component it would be useful to inspect how variables change over time directly in the histograms.

The simplest example: for categorical variables with low cardinality we could show a table with counts.

Related to https://github.com/ing-bank/popmon/pull/122

pradyot-09 commented 2 years ago

I would like to work on this issue. I will start with focusing on categorical features with a heat-map approach.

sbrugman commented 2 years ago

Perfect @pradyot-09! I'll assign you to the issue!