by Samuel Goodman | Aug 1, 2023 | Samuel Goodman
Yesterday marked the start of Dashboard Week for the Brisbane cohort. We kicked things off with data pertaining to crimes reported to the Los Angeles Police Department from 2020 to 2023. The premise of Dashboard Week is to create a unique dashboard every day,...
by Emma Wishart | Jul 22, 2023 | Emma Wishart
When working with data, it is important to understand the different data types and how to store and use them. This blog post is written for a data novice and will cover some of the basic data types, their uses and sizes. Bytes: A byte is a unit of data that is...
by The Data School | Jan 4, 2023 | The Data School
Today is the first post of 2022, and the first post of DSAU17’s dashboard week. Dashboard week requires us to create a dashboard per day on various data sets, and then write a blog post about the dashboard and data set. Today’s challenge was working with TheMealDB....
by The Data School | Dec 22, 2022 | The Data School
I have previously looked at the core SQL syntax to form the majority of basic functions. Today I will look at JOINS and UNIONS in SQL. JOINS A JOIN clause is used to combine rows from two or more tables, based on a related column between them. So first up what...
by The Data School | Dec 22, 2022 | The Data School
Today’s blog will cover the INCLUDE Level of Detail expression and function. The INCLUDE function basically changes the level of detail similar to the FIXED and EXCLUDE do by including the specified dimension into your view along with those dimensions already in the...