cmudig / AutoProfiler

Automatically profile dataframes in the Jupyter sidebar
BSD 3-Clause "New" or "Revised" License
339 stars 11 forks source link

Tooltip on quantitiatve charts #77

Closed willeppy closed 1 year ago

willeppy commented 1 year ago

Include tooltip on quantitative charts with bin edge info and count

willeppy commented 1 year ago

Will be good to include that are bins are (left_edge, right_edge] meaning values on the left edge are excluded from the bin and on the right edge and included. This comes from how pandas bins things when doing value counts