python data analysis tips kdeplot in seaborn when and why a kde vs histogram
- Brandyn Ewanek
- Nov 22, 2022
- 1 min read
Updated: Aug 10, 2024
here we use the kernel density estimation plot, kdeplot, to plot distribution and learn when to use a kdeplot versus a histplot in seaborn. the kdeplot can generalize more than a histogram sometimes this can be help to understand overall, higher level pattern.
Comments