Hi, im trying to get the top 3 variables in a cyclist store, im having problems to get the top 3 most used start_stations and separate them by users
now i have this code but i dont what to do from now on
Cyclist_df %>%
group_by(Cyclist_df$station_start) %>%
count(Cyclist_df$station_star)