statistic

Data -> Statistics -> Decision

Data driven
social sciences, engineering, medicine, psychology, public policy, robotic, climatology, archaeology, finance, business, marketing, biology, physics

statistic is universal, useful, and fun!

scater plot
outlier is no way to plot line.
bar chart has global trends
histograph is frequency counts

plotting

from plotting import *
data = [3,4,2,4,3,5,3,6,4,3]
histplot(data)