atp_matches: ATP Playing Activity

atp_matchesR Documentation

ATP Playing Activity

Description

This dataset contains summaries of the outcomes of ATP matches of current and past players for the ITF and ATP World Tour. Match statistics are available for most matches from 1991 to the present, excluding Davis Cup. The variables of the dataset are:

Format

A data frame with 718,841 rows and 72 variables

Details

  • tourney_id. A character id that uniquely identifies each tournament

  • tourney_name. A character tournament name

  • surface. A character description of the court surface (Carpet, Clay, Grass, or Hard)

  • draw_size. A numeric value indicating the draw size

  • tourney_level. A character description of the tournament level (A, C, D, F, G, M)

  • match_num. A numeric indicating the order of matches

  • winner_id. A numeric id identifying the player who won the match

  • winner_seed. A numeric value for the winner's seeding

  • winner_entry. A character value indicating the winner's entry type (WC = Wild card, Q = Qualifier, LL = Lucky loser, or PR = Protected ranking)

  • winner_name. A character of the winner's name

  • winner_hand. A character value indicated the handedness of the winner

  • winner_ht. A numeric value of the winner's height in cm

  • winner_ioc. A character of the winner's country of origin

  • winner_age. A numeric of the winner's age at the time of the match

  • winner_rank. A numeric of the winner's rank at the time of the match

  • winner_rank_points. A numeric of the winner's 52-week ranking points at the time of the match

  • loser_id. A numeric id identifying the player who won the match

  • loser_seed. A numeric value for the loser's seeding

  • loser_entry. A character value indicating the loser's entry type (WC = Wild card, Q = Qualifier, LL = Lucky loser, or PR = Protected ranking)

  • loser_name. A character of the loser's name

  • loser_hand. A character value indicated the handedness of the loser

  • loser_ht. A numeric value of the loser's height in cm

  • loser_ioc. A character of the loser's country of origin

  • loser_age. A numeric of the loser's age at the time of the match

  • loser_rank. A numeric of the loser's rank at the time of the match

  • loser_rank_points. A numeric of the loser's 52-week ranking points at the time of the match

  • score. A character of the match score

  • best_of. A numeric value indicating the match format (3 or 5)

  • round. A character indicating the round of the match

  • minutes. A numeric value for the duration of the match in minutes

  • w_ace. A numeric value for the winner's number of aces

  • w_df. A numeric value for the winner's number of double faults

  • w_svpt. A numeric value for the winner's number of service points

  • w_1stIn. A numeric value for the winner's number of first serves in

  • w_1stWon. A numeric value for the winner's number of first service points won

  • w_2ndWon. A numeric value for the winner's number of second service points won

  • w_SvGms. A numeric value for the winner's number of service games

  • w_bpSaved. A numeric value for the winner's number of breakpoints saves

  • w_bpFaced. A numeric value for the winner's number of breakpoints faced

  • l_ace. A numeric value for the loser's number of aces

  • l_df. A numeric value for the loser's number of double faults

  • l_svpt. A numeric value for the loser's number of service points

  • l_1stIn. A numeric value for the loser's number of first serves in

  • l_1stWon. A numeric value for the loser's number of first service points won

  • l_2ndWon. A numeric value for the loser's number of second service points won

  • l_SvGms. A numeric value for the loser's number of service games

  • l_bpSaved. A numeric value for the loser's number of breakpoints saves

  • l_bpFaced. A numeric value for the loser's number of breakpoints faced

  • W1. A numeric value for the number of games won by the winner in the first set

  • W2. A numeric value for the number of games won by the winner in the second set

  • W3. A numeric value for the number of games won by the winner in the third set

  • W4. A numeric value for the number of games won by the winner in the fourth set

  • W5. A numeric value for the number of games won by the winner in the fifth set

  • L1. A numeric value for the number of games won by the loser in the first set

  • L2. A numeric value for the number of games won by the loser in the second set

  • L3. A numeric value for the number of games won by the loser in the third set

  • L4. A numeric value for the number of games won by the loser in the fourth set

  • L5. A numeric value for the number of games won by the loser in the fifth set

  • Retirement. A numeric value indicating whether the match ended without completion due to retirment, W/O, or other cause

  • WTB1. A numeric value for the number of points won by the winner in the first set tiebreak

  • LTB1. A numeric value for the number of points won by the loser in the first set tiebreak

  • WTB2. A numeric value for the number of points won by the winner in the second set tiebreak

  • LTB2. A numeric value for the number of points won by the loser in the second set tiebreak

  • WTB3. A numeric value for the number of points won by the winner in the third set tiebreak

  • LTB3. A numeric value for the number of points won by the loser in the third set tiebreak

  • WTB4. A numeric value for the number of points won by the winner in the fourth set tiebreak

  • LTB4. A numeric value for the number of points won by the loser in the fourth set tiebreak

  • WTB5. A numeric value for the number of points won by the winner in the fifth set tiebreak

  • LTB5. A numeric value for the number of points won by the loser in the fifth set tiebreak

  • tourney_start_date. The date of the first day of the tournament (not the match) as as POSIXct class

  • year. Numeric of the year match occurred.

  • match_id. Character identifier of the match.

Source

https://github.com/JeffSackmann/tennis_atp


skoval/deuce documentation built on March 7, 2023, 2:39 p.m.