How to scrape a Tableau dashboard in which data is only displayed in a plot after clicking in a map?
问题 I am trying to scrape data from this public Tableau dashboard. The ineterest is in the time series plotted data. If i click in a spcific state in the map, the time series changes to that specific state. Following this and this posts I got the results for the time series aggregated at the country-level (with the code provided below). But my interest is in a state-level data. import requests from bs4 import BeautifulSoup import json import re # get the second tableau link r = requests.get( f