kraada wrote:The 2bet call and 3bet call are very different situations. That's why we have two distinct stats for them: Donk Flop is the 2bet case and Donk Flop in 3Bet+ Pot is for the 3bet (or higher) case.
Looking at the stat expressions, it would seem to me Donk Flop is the generic case, then there's Donk in 3! and Donk in non-3! pots. ( But when looking at the columns cnt_f_donk and cnt_f_donk_3bet_pot, neither allows a preflop 3+bettor to donk flop even when villain put in the last raise, imo.)
Donk Flop:
(cnt_f_donk / cnt_f_donk_opp) * 100
Donk Flop in 3Bet+ Pot
(cnt_f_donk_3bet_pot / cnt_f_donk_opp_3bet_pot) * 100
Donk Flop in non-3Bet+ Pot
((cnt_f_donk - cnt_f_donk_3bet_pot) / (cnt_f_donk_opp - cnt_f_donk_opp_3bet_pot)) * 100