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: remove warning #104

Closed mbelak-dtml closed 1 year ago

mbelak-dtml commented 1 year ago

Remove a warning that a categorical column with many categories is used for coloring of TS line plot. Following #94, which removes most of the warnings, the warning here is removed since it does not bring relevant information to the user (the user can see that there are many colors), and makes the final reports ugly.

mbelak-dtml commented 1 year ago

Why removing it? I assume it's because it doesn't bring any benefit to the users but I'd explicitly mention in in the PR description.

Updated the PR description.