A pressure event is a discrete record capturing when a defending player actively closes down, tracks, or blocks the passing angle of a ball-carrier. Each event contains the pressing player's identity, a timestamp, pitch position, and a duration field marking how long the presser is engaged. Every on-ball action (pass, shot, dribble, ball receipt, carry) that occurs within that duration window is tagged "under pressure" in the event log.
When working with pressure-tagged event data correctly: every on-ball action in the dataset has a boolean under_pressure field; pressure records are linked to the presser (not the pressured player); duration is measured in seconds from engagement start to disengagement; approximately 120 events per match will carry the under pressure tag in a typical top-division game.
under_pressure flag on their action rows → join back to pressure records for intensity context.