Concept Flow - describe() for statistics
Start with DataFrame or Series
Call describe() method
Calculate count, mean, std, min, 25%, 50%, 75%, max
Return summary statistics as DataFrame or Series
The describe() method takes data and calculates key statistics like count, mean, and quartiles, then returns them as a summary.