Skip to content

aleconf/tableau_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Solving standard Tableau exercises using Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published