Question: I'm working on a dataset called 'drivers' that has the columns 'driver_name', 'race_name', 'race_year', and 'driver_position'. The column 'driver_position' contains numeric values that show the
I'm working on a dataset called 'drivers' that has the columns 'driver_name', 'race_name', 'race_year', and 'driver_position'. The column 'driver_position' contains numeric values that show the order of race finishing. The value '1' means the driver won the race. By using Rstudio and the dplyer library, I want to get the total number of races for every driver.Then, I want to get the wins for drivers with at least 30 races throughout the years.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
