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.
ruff replaces black, isort & pylint for formatting & linting.
Note that isort is still used to sort imports when exporting to notebook since ruff
does not provide a Python API.
ruff replaces
black
,isort
&pylint
for formatting & linting. Note thatisort
is still used to sort imports when exporting to notebook since ruff does not provide a Python API.Resolves #214