- Unpackaging of Tableau TWBX file
- Extracting data from Tableau extract to Pandas dataframe with Tableau Hyper API
For this example, I have used the "Salaries by College type in USA" dashboard of O. Agbolabori. You can see and download it from this page on the Tableau Public gallery.
In this workbook I have used the following modules:
- shutil
- pathlib
- pandas
- tableauhyperapi (download page)
- zipfile
- os
I strongly suggest using a virtual environment and installing packages from the provided requirements file
pip install -r requirements.txt