All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Technical Analysis of Nightclub Lineups Using Resident Advisor Data

By

kalli

6mo ago· 7 min readenInsight

Summary

The article describes a data analysis project called "Clubster Analysis" that examines nightclub lineups using Resident Advisor data. The author explains the technical process of gathering data from the RA website, cleaning and processing it, and creating visualizations to analyze trends in dance music lineups across popular clubs worldwide. The piece focuses on the methodology, challenges of web scraping, data transformation, and insights gained from visualizing the relationships between clubs, DJs, and music genres.

Key quotes

· 5 pulled
My favourite was an analysis of clubs and their lineups using Resident Advisor / RA data, I called it Clubster Analysis.
To visualize data, first you have to get it. In this case, the data is on the Resident Advisor website.
The goal was to get a list of clubs, and for each club, get a list of events and the DJs playing at those events.
The data is messy, as is often the case with scraped data. There are missing values, inconsistent formatting, and other issues that need to be cleaned up.
The visualizations help tell a story about the dance music scene, showing which clubs book similar DJs, which DJs play together frequently, and how genres are distributed across different venues.
Snippet from the RSS feed
A few years back I did a bit of dance music related data visualization over at Lazily Evaluated. My favourite was an analysis of clubs and their lineups using Resident Advisor / RA data, I called it Clubster Analysis. I always wanted to dig into the techn

You might also wanna read