Closed Vincent-Maladiere closed 1 day ago
I guess we need to special case timedeltas, inspect the range of values to decide on a time resolution and cast to float to plot a histogram
Right, I thought pyplot would do this out of the box but I looks more involved indeed
Describe the bug
This is somewhat niche, but TableReport treats TimeDelta64DType as discrete categories, while it's a continuous quantity as DateTime64DType.
Steps/Code to Reproduce
Expected Results
A histogram distribution
Actual Results
A value counts distribution
Versions