by Darby Lehane | Mar 24, 2025 | Darby Lehane, The Data School
Introduction Hi there, this blog is meant to be a tutorial focusing on teaching Python list comprehensions through a video. The video mostly highlights the similarities between for loops and list comprehensions, comparing the two and creating the same output in easy,...
by Daniel Lawson | May 4, 2023 | Daniel Lawson
Parsing unstructured text is a nightmare. As Data Analysts, clean data is a bit of a unicorn. If you’re lucky you might get data in a nice tabular dataset with columns and rows, but this isn’t always the case. Sometimes you’ll receive completely...
by Martin Ding | Apr 22, 2023 | Martin Ding
Welcome to this four-part blog series where we introduce a powerful analytical tool called Survival Analysis. In this series, I will provide a beginner-friendly guide to help you understand this popular statistical method. In the first part, I will introduce the key...
by The Data School | Nov 23, 2022 | The Data School
Hi data enthusiast, I have just finished halfway through the 4-month intense training in The Data School. Throughout 8 weeks, I have done a lot with Alteryx and u know what, I realized that Alteryx could be used as a programming language in some cases. In this blog, I...
by Jonathan Carter | Sep 28, 2022 | Jonathan Carter
In part 1 of the Data in Motorsport series, I introduced the amazing FastF1 Python package. In this blog, I’ll show you how you can pull some telemetry data with just a few lines of code. Python is, of course, a prerequisite for creating and running this code, and all...