-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix default number of histogram bins being extremely high (#167)
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.
- Loading branch information
1 parent
3180c4d
commit 8ae5c39
Showing
4 changed files
with
18,929 additions
and
24,662 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.