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.
The high number of bins caused extreme loss of performance for some specific data.
For example, for the column mass (g) of the edvart.example_datasets.dataset_meteorite_landings(), the number of inferred bins is over 5M, even though the dataset contains under 50k rows.
The high number of bins caused extreme loss of performance for some specific data. For example, for the column
mass (g)
of theedvart.example_datasets.dataset_meteorite_landings()
, the number of inferred bins is over 5M, even though the dataset contains under 50k rows.