How often does the board pair by the river?
A board-only question — no hero cards needed.
The PQL query
select count(pairedBoard()) from game='holdem', hero='**', villain='**' count(pairedBoard()) is the share of runouts where the five-card board contains a pair.
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.