pbp_raw.df: Point-by-point records of tennis matches

Description Usage Format Source See Also

Description

A dataset made from combining 'pbp_matches_atp_main_current.csv' and 'pbp_matches_atp_main_archive' by Jeff Sackmann. Contains point-by-point records of ATP tennis matches from 2011 to 2017.

Usage

1

Format

A data frame with 13050 rows and 12 variables:

pbp_id

unique identifier of a tennis match

date

date of match, format: DD MON YY

tny_name

tournament name

tour

name of tour, i.e., ATP

draw

draw, i.e., Main

server1

name of player who served first, often referred to as player1

server2

name of opponent of server1, often referred to as player2

winner

winner of match, i.e., 1 or 2, corresponding to one of the previous two columns

pbp

point-by-point record; S (server won), R (returner won), A (ace), D (double fault); Sets are delimited with the '.' character, games are delimited with the ';' character, and the '/' character indicates changes of serve during a tiebreak

score

final score of match

adf_flag

1 if the point sequence notes any aces or double faults, 0 if not

wh_minutes

...

Source

https://github.com/JeffSackmann/tennis_pointbypoint

See Also

pbp_raw_clean.df for cleaned version


kattaoa/oktennis documentation built on July 13, 2019, 3:15 p.m.