Skip to content

Latest commit

 

History

History
executable file
·
34 lines (21 loc) · 1.21 KB

File metadata and controls

executable file
·
34 lines (21 loc) · 1.21 KB

Description

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.

Prerequisites

On a Windows machine, a solution for running a Makefile is also needed.

Installation

To install it, run

make setup

Usage

To simply use the application, run

make run

Creation of reports

  • 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.