What is Tableau? Tableau is a software company specialising in interactive data visualisations, and Tableau Public is a free platform they offer for sharing insights into data via visualisations. It is intended solely for public data, meaning insights are for anybody to see. They also offer Tableau Server, which is specifically for commercial use with private data. Why use Tableau? Tableau is a great option that sits between Excel-like software and using a programming language such as R or Python.
football
Ever wonder what an evolving gif of each premier league team’s goal difference vs points would look like made in R? Look no further! Most of this is going to be setting up the data (as always) instead of actually plotting the data. To get the data into shape, we’re going to be using the {tidyverse} and {lubridate}, which you can install the usual way via install.packages(). To animate the data we’ll be using the {gganimate} package.
Recent Posts
- Shiny in Production: Sponsors
- Reproducible reports with Jupyter
- posit::conf(2023)
- Shiny in Production: Full speaker lineup
- Using Stan to analyse global UFO sighting reports
- Talks to watch at the RSS International Conference 2023
- Our ISO 27001 Certification
- Best Practices for Data Cleaning and Preprocessing
- SatRdays London 2023 - Recordings
- Generate multiple presentations with Quarto parameters