In 2018 I got the «Tableau Desktop Qualified Associate» certification. In order to prepare for this exam, some classical exercises are freely available and highly recommended.
In this repository one can find the solutions of several such exercises, computed using Python instead of Tableau. The aim is to offer a teaching resource for learning standard Python tools used in Data Analysis, e.g. Pandas, Jupyter Notebooks, Folium (interactive maps and geospatial visualizations), and so forth.
Everything is described inside the notebooks/python_for_tableau.ipynb
notebook.
On a Windows machine, a solution for running a Makefile is also needed.
To install it, run
make setup
To simply use the application, run
make run
- To transform notebooks in HTML reports without notebook execution, run
make reports_no_execute
. - To transform notebooks in HTML reports with notebook execution, run
make reports_execute
.