gs_point_by_point: Grand Slam Point by Point Match Data

gs_point_by_pointR Documentation

Grand Slam Point by Point Match Data

Description

This dataset contains point-by-point data for men's and women's Grand Slams from 2011 forward. The variables of the dataset are:

Format

A data frame with 1,032,076 rows and 85 variables

Details

  • Tour. Character of tour for match

  • id. Character of the score id

  • match_id. A character id that uniquely identifies each match

  • ElapsedTime. A character time (H:MM:SS) for the match time a the start of the point

  • SetNo. A numeric value indicating the set number

  • P1GamesWon. A numeric value for the number of games won by player 1 at the end of the point

  • P2GamesWon. A numeric value for the number of games won by player 2 at the end of the point

  • SetWinner. A numeric value (1 or 2) for the player who won the set on the current point

  • GameNo. A numeric value for the current game (within the Set)

  • GameWinner. A numeric value (1 or 2) for the player who won the game on the current point

  • PointNumber. A numeric value for the point number in the match

  • PointWinner. A numeric value (1 or 2) for the player who won the set on the current point

  • PointServer. A numeric value (1 or 2) for the player who served the point

  • Speed_KMH. Speed of serve

  • Rally. A numeric value indicating the shots played in the point

  • P1Score. A character score for player 1 at end of current point

  • P2Score. A character score for player 2 at end of current point

  • P1Momentum.

  • P2Momentum.

  • P1PointsWon. A numeric value indicating the points won in the game by player 1 by the end of the current point

  • P2PointsWon. A numeric value indicating the points won in the game by player 2 by the end of the current point

  • P1Ace. A numeric indicator whether point was ace for player 1

  • P2Ace. A numeric indicator whether point was ace for player 2

  • P1Winner. A numeric indicator whether point ended in winner for player 1

  • P2Winner. A numeric indicator whether point ended in winner player 2

  • P1DoubleFault. A numeric indicator whether point ended in double fault for player 1

  • P2DoubleFault. A numeric indicator whether point ended in double fault player 2

  • P1UnfErr. A numeric indicator whether point ended in an unforced error for player 1

  • P2UnfErr. A numeric indicator whether point ended in an unforced error player 2

  • P1NetPoint. A numeric indicator whether point was played at net for player 1

  • P2NetPoint. A numeric indicator whether point was played at net for player 2

  • P1NetPointWon. A numeric indicator whether point played at net was won for player 1

  • P2NetPointWon. A numeric indicator whether point played at net was won for player 2

  • P1BreakPoint. A numeric indicator whether point was a break point for player 1

  • P2BreakPoint. A numeric indicator whether point was a break point for player 2

  • P1BreakPointWon. A numeric indicator whether break point played was won for player 1

  • P2BreakPointWon. A numeric indicator whether break point played was won for player 2

  • P1FirstSrvIn. A numeric indicator whether point was a first serve in for player 1

  • P2FirstSrvIn. A numeric indicator whether point was a first serve in for player 2

  • P1FirstSrvWon. A numeric indicator whether first serve point played was won for player 1

  • P2FirstSrvWon. A numeric indicator whether first serve point was won for player 2

  • P1SecondSrvIn. A numeric indicator whether point was a second serve in for player 1

  • P2SecondSrvIn. A numeric indicator whether point was a second serve in for player 2

  • P1SecondSrvWon. A numeric indicator whether second serve point played was won for player 1

  • P2SecondSrvWon. A numeric indicator whether second serve point was won for player 2

  • P1ForcedError. A numeric indicator whether point was a forced error in for player 1

  • P2ForcedError. A numeric indicator whether point was a forced error in for player 2

  • P1ForcedError. A numeric indicator whether point was a forced error in for player 1

  • P2ForcedError. A numeric indicator whether point was a forced error in for player 2

  • History.

  • Speed_MPH. Speed of serve in MPH

  • P1BreakPointMissed. A numeric indicator whether break point opportunity was missed for player 1

  • P2BreakPointMissed. A numeric indicator whether break point opportunity was missed for player 2

  • ServeIndicator.

  • P1TurningPoint.

  • P2TurningPoint.

  • Serve_Direction. A numeric value (0, 1, 2, or 3)

  • Winner_FH. A numeric indicator if point ended with a forehand winner

  • Winner_BH. A numeric indicator if point ended with a backhand winner

  • ServingTo. A character indicator if serving to Ad ("a") or Deuce ("d") court

  • ServeNumber. A numeric indicator (1 or 2) of first or second serve point

  • Winner_FH. A numeric indicator if point ended with a forehand winner

  • Winner_BH. A numeric indicator if point ended with a backhand winner

  • WinnerType. A character indicator "S" or nothing

  • WinnerShotType. A character indicator ("B" or "F")

  • P1DistanceRun. Distance run in point by player 1

  • P2DistanceRun. Distance run in point by player 2

  • RallyCount. Numeric length of rally

  • ServeWidth. Categorical value of serve width

  • ServeDepth. Categorical value of service depth

  • ReturnDepth. Categorical value of return depth

  • year. A numeric value for year of match

  • slam. A character value indicating the Grand Slam match was played in

  • match_num. A numerical ID for the match within tournament

  • player1. A character value for player 1 name

  • player2. A character value for player 2 name

  • status. A character value describing the status of the end of the match (Complete, In Progress, Retired)

  • winner. A numeric value (1 or 2) for the player who won the match

  • event_name. A character description of the event

  • round. A character description of the round of the match

  • court_name. A character description of the court match was played at

  • court_id.

  • player1id.

  • player2id.

  • nation1. A character description of the nationality of player 1

  • nation2. A character description of the nationality of player 2

  • P1SetsWon. A numeric value for the number of sets won by player 1 at the start of the point

  • P2SetsWon. A numeric value for the number of sets won by player 2 at the start of the point

  • P1GamesWonStart. A numeric value for the number of games won by player 1 at the start of the point

  • P2GamesWonStart. A numeric value for the number of games won by player 2 at the start of the point

  • P1ScoreStart. A numeric value for the score of player 1 at the start of the point

  • P2ScoreStart. A numeric value for the score of player 2 at the start of the point

  • importance. Numeric of point importance

Source

https://github.com/JeffSackmann/tennis_slam_pointbypoint


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