Hi, I have a problem trying to scrape a url.
It's a table that uses selectors to go from one section to another and I'm finding it impossible.
The option I'm trying is to access the data for each player per match by player profile but it's going to be a much longer process and not very effective.
Example URL: https://fbref.com/en/matches/3a6836b4/Burnley-Manchester-City-August-11-2023-Premier-League
My idea is create a dataframe per table and join all together to get stats for each player for match
The two tables have class "table_wrapper tabbed" but you would have to go through each class inside the id "switcher_player_stats_...." which has as class "switcher_content".