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: treat boolean color column as categorical #128

Closed mbelak-dtml closed 1 year ago

mbelak-dtml commented 1 year ago

A categorical color column uses discrete colors. Treating a boolean color column as numeric means it uses a colorscale for values from 0 to 1 even though there are no values between 0 and 1.