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

Verbosity can be enum #65

Closed lukany closed 1 year ago

lukany commented 1 year ago

Throughout edvart argument verbosity is used. This argument is integer and should be 0, 1 or 2. Creating an enum Verbosity would simplify the code.