Files
developer-roadmap/roadmaps/python-data-analysis/content/variance--std-deviation@nZl1ngETFxKStt0tFvOpR.md
T
Arik Chakma 274082fd77 feat: clean roadmap content and sync scripts (#10181)
* refactor: clean to roadmap content

* refactor: move shared helpers into scripts/lib
2026-07-28 05:45:17 +06:00

649 B

Variance & Std. Deviation

Variance measures the average squared deviation from the mean, and standard deviation is its square root in the original units. Both quantify how spread out data values are. Pandas computes them with var() and std(). A high standard deviation relative to the mean signals high variability in the data.

Visit the following resources to learn more: