Found this value in the repository:
The Column:
cnt_p_3bet_f_cbet_def_action_call
sum(if[ holdem_hand_player_statistics.flg_p_3bet AND holdem_hand_player_statistics.enum_f_cbet_action='C', 1 , 0 ])
Do you agree, that the wanted semantic is not expressed by this column?
The columns says:
Number of times the player called a flop continuation bet after making a 3bet prefop.
...but it wants to be:
Number of times the player called a flop continuation bet after a 3bet prefop.
