The following questions can be answered using data.table or dplyr

  • Read the file FrenchOpen-men-2013.csv, which contains information about the 2013 French Open men's tournament. Create a data-table or a tibble
  • Construct the list of players Player1
  • Do the same for Player2
  • Display all Roger Federer's matches
  • Display the names of the semi-finalists
  • How many points were played on average per match?
  • We're interested in aces: for each round, display the lowest number of aces in a match, the highest number and the average number
  • How many double faults were there in total in the tournament?
  • Draw a histogram of the number of double faults per match
  • Show how the average number of double faults per match has changed over the different rounds
  • Does the percentage of first serves have an influence on the result? You can use a boxplot to answer this question

Modifié le: mercredi 19 février 2025, 11:32