RSSAmplifier

Blog

David Asboth - Data Solutions & Consultancy

/RSS feed ↗28 posts

Latest posts

2025 Year in Review

To finish 2025, I wanted to look back at what I've been up to and remind myself that a lot has happened, more than I thought!

PyCon UK 2025 Roundup

I recently attended PyCon UK in Manchester where I spent a day and gave a talk. I thought I'd give a short summary of my experience in case you've been thinking of attending something similar and aren't sure what to expect.

The gardener's guide to data analysis

How can you continue your journey as a data analyst after foundational training? Think of it as a long-term project, like tending to a garden.

Learn data science like you would learn jazz

Aspiring analysts want to know how data analysis is done. As it turns out, there are similarities between learning how to analyse data and learning how to play music, especially jazz.

How generalists learn

One of the most common questions I get from students near the end of a data science course is "what next?". How do you keep learning once you have the basics, especially if you're a generalist?

Why I now call myself a "data generalist"

I've realised that pigeonholing myself as a data scientist, broad as that term is, doesn't work for me. Finding a good job title for myself is actually non-trivial. If you feel the same way, you may also be a "data generalist", and this post is for you.

Citizen Data Science

What does "citizen data science" mean beyond being a buzzword for "everyone should do data science" (which they most certainly shouldn't)?

How to use your impostor syndrome to learn anything

How can you harness your impostor syndrome? Get good at being able to learn anything.

Machine Learning Haikus

Forget "machine learning in plain English". Instead, I present some of the most popular algorithms in haiku form. Consider it "machine learning for the busy".

Analysis: Is Alan Davies Getting Better at QI?

I was watching a later series of QI recently and couldn't help but notice that Alan Davies was winning quite a few episodes. That prompted me to ask the question: is Alan Davies getting better at QI?

Visualising the Worldwide Win Percentage of the Hungarian National Football Team

I've often read the advice that side projects should be solving problems or answering questions that you yourself are interested in. To that end, I've always wanted to know how well the Hungarian national team have done against various countries worldwide and to explore this question, I scraped the matches played by the Hungarian national team and made an interactive world map.

The World Map of the 2016 FIFA Awards

A mini project to visualise the votes for the 2016 FIFA Awards, to see which country voted for which player.

Method Chaining in Pandas

A discussion of "method chaining" in pandas. Used for better readability, or harder debugging, depending on how you look at it.

Visualising Decision Trees in Python

Having an accurate machine learning model may be enough in itself, but in some cases the only way to turn it into a business decision is if you can understand why it's getting the results it's getting. In this short tutorial I want to show a quick way to visualise a trained decision tree in Python.

SQL For Data Scientists

SQL is a useful part of a data scientist's toolkit and it can feel like an intimidatingly big area to try and learn alongside all the other data science concepts. I want to present a few key concepts that are enough to get you up and running with SQL!

More on K-means Clustering

In this post I look at a practical example of k-means clustering in action, namely to draw puppies. I also touch on a couple of more general points to consider when using clustering.

Introduction to K-means Clustering

An introduction to the popular k-means clustering algorithm with intuition and Python code.

Turning Jupyter Notebooks into Reusable Scripts

As part of my commitment to occasionally talk about "programming for data scientists", I want to share ideas that will facilitate this to help data scientists focus on important stuff. In this post I want to share some thoughts on how to make your Jupyter notebooks easier to "productionise".

Duck Typing

My first attempt to bridge the gap between the two disciplines of programming and data science, by talking about programming concepts useful for data scientists, and vice versa. Today: duck typing.

How to Connect to Google Sheets in Python

A quick tutorial on how to connect to Google Sheets in Python, so you can access it like a regular CSV file.

Markov Chains for Text Generation

Markov chains are a popular way to model sequential data. I want to run through an implementation where I generate new songs based on lyrics by Muse.

Why You Should Reinvent the Machine Learning Wheel

As data scientists we spend a lot of our time using other people's implementations of machine learning algorithms. I suggest that as part of the learning process it's worthwhile to try to implement them ourselves from scratch, in order to fully understand them.

Realistic Machine Learning

As most data scientists quickly realise, there's a difference between the kind of data science you do while learning about it, and the kind you do at a real job. This is equally true of data cleaning/wrangling and machine learning.

"Intuition First" Machine Learning

I've often felt machine learning needs to be taught "intuition first, equations later", but this doesn't seem to be the norm with most learning sources.

Self-Organising Maps: In Depth

In Part 1, I introduced the concept of Self-Organising Maps (SOMs). Now in Part 2 I want to step through the process of training and using a SOM – both the intuition and the Python code. At the end I'll also present a couple of real life use cases, not just the toy example we'll use for implementation.

Self-Organising Maps: An Introduction

When you learn about machine learning techniques, you usually get a selection of the usual suspects. In this post I want to introduce an often-overlooked, but (I think) very interesting and useful idea – a Self-Organising Map.

The Junk in Fallout 4 - a Web Scraping Tutorial

This is a short web scraping tutorial based on a script I wrote to fetch and analyse data about junk in the game Fallout 4.

Analysing London House Prices

London is expensive. So much so that it's a trope now for those of us who live here. But what does the data show? Are things getting better or worse? How did the 2008 recession affect behaviour for example? I wanted to find out. With data.