Right now, and what stands out
Where it happens
Through the year
View monthly table
How often it rained
Share of grid-days in each decoded Condition_encoded class, by month. Faded months are outside the season filter.
View counts table
Every day of 2022
Where the wind comes from
Shape of the data
What moves together
Fitting a line
District league table
Modelling lab
Two models for the selected variable, each judged on data it never saw while being fitted.
Can we tell a rainy day?
A logistic regression learns to separate rainy district-days from dry ones using the other seven weather variables. It trains on 80% of rows and is scored on the 20% it never saw.
Districts that behave alike
Each shape is a district; grey arrows show how each climate feature pulls on the two principal components. Click a district to filter.
Top: inertia, the spread inside clusters, falls as k grows; look for the bend. Bottom: silhouette score; higher means better-separated clusters.
Days that broke the pattern
Is the difference real?
The numbers behind it all
Exact values over all 766,500 cleaned observations (whole state, full year). Outliers use Tukey's fences: below Q1 − 1.5·IQR or above Q3 + 1.5·IQR.
From raw CSV to clean data
The cleaning steps applied before any chart was drawn, in the order they ran.