datamole-ai / edvart

An open-source Python library for Data Scientists & Data Analysts designed to simplify the exploratory data analysis process. Using Edvart, you can explore data sets and generate reports with minimal coding.
https://datamole-ai.github.io/edvart/
MIT License
48 stars 7 forks source link

feat: Add `UNIQUE` data type #69

Closed mbelak-dtml closed 1 year ago

mbelak-dtml commented 1 year ago

Closing the PR since the first commit (adding the unique) does not work without changes to univariate analysis (which without changes expects behavior of categorical columns [whence the unique type is an instance], but exhibits the behavior of numeric columns). Superseeded by #70