bertrandmartel / tableau-scraping

Tableau scraper python library. R and Python scripts to scrape data from Tableau viz
MIT License
126 stars 20 forks source link

Adding range filters #56

Open dannyedgel opened 2 years ago

dannyedgel commented 2 years ago

I'm scraping from Redfin's data center Tableau, and the date range filter doesn't show up in the ws.getFilters() output. In Chrome's dev console, I can see that range filters are distinct from categorical filters, so it likely requires a different worksheet or workbook method.