How often does the board run out monotone?
How frequently all five board cards share one suit.
The PQL query
select count(monotoneBoard()) from game='holdem', hero='**', villain='**' count(monotoneBoard()) over every runout.
PQL runs entirely in your browser — no install or account. New to it? See the PQL syntax reference, open the PQL engine, or browse all recipes.