B31. Course Review
Where there is a beginner there is an end, and I am thankful that you have made it this far, and hopefully, you have learned a lot from this course. We are going to review the entire course and talk about our journey.
E10. GIT (Version Control)
Git is a free and open-source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning-fast performance. We will use Git and GitHub to save our work.
B03. Bespoke Data Visualizations
We will talk about the nature of bespoke data visualisations, what they are, and how we can achieve these in Tableau.
E05. Basic Programming Tutorials
This course does require a basic understanding of programming; if you are new to programming or need a refresher course, I would highly recommend spending time to go through the following tutorials
E18. Environment Summary
At this point we have installed various applications, tools and packages. In the next section, we will be putting this to work and developing our first Tableau Extension.
B30. Summary
That must have felt like a mini marathon, but alas we are done and will now do a review of the end-to-end design, data preparation, and build of our Sunburst Bespoke Data Visualisation.
B01. Introduction
Hello, my name is Toan Hoang, and I am going to be your instructor for this course on Creating Bespoke Data Visualisations in Tableau. So let me introduce myself.
E15. ESLint (Pluggable JavaScript Linter)
ESLint is a static code analysis tool for identifying problematic patterns found in JavaScript code. Rules in ESLint are configurable, and customized rules can be defined and loaded. ESLint covers both code quality and coding style issues. This will help reduce bugs as help ensure the quality of our code.
E07. Environment Setup (Written Instructions)
If you prefer following written instructions to set up your environment, this is for you. If you prefer video tutorials the rest of this section will cover your environment setup.
B09. Window Functions
In this lecture, we are going to look at the following Table Calculations: WINDOW_SUM(), WINDOWS_MIN() and WINDOWS_MAX(); Knowledge of these are essential for building bespoke data visualisations.