SXSW 2019 Schedule Dataset
SXSW 2019 Schedule: Music and Speaker Events
@kaggle.thedevastator_sxsw_2019_schedule_dataset
SXSW 2019 Schedule: Music and Speaker Events
@kaggle.thedevastator_sxsw_2019_schedule_dataset
By Noah Rippner [source]
With its vast collection of data, this dataset offers insights into various aspects of the conference. It includes essential details such as the names of speakers and music artists, their summaries or descriptions, genres, subgenres, home locations or origins, audio formats or platforms associated with their presentations or performances.
Additionally, this dataset contains vital scheduling information including title and location of each event as well as the specific date it took place. The event time is also specified to ensure accurate planning for attendees. Furthermore, venue details are provided to help individuals locate their desired events within the conference premises.
Whether you are interested in exploring influential speakers from diverse fields or discovering exciting music events across different genres and subgenres at SXSW 2019, this dataset can serve as an invaluable resource for enriching your understanding of this renowned conference. It has been licensed under CC-by-NC (Creative Commons Attribution-NonCommercial) license with permission from SXSW – a testament to its credibility.
To access this dataset conveniently and efficiently for your research purposes or projects related to SXSW 2019 conference, visit the SXSW 2019 Schedule project. Utilize query templates provided on this platform to extract relevant information according to your specific interests or requirements.
In conclusion, this extensive dataset presents a unique opportunity for data enthusiasts and researchers alike to delve into the multifaceted world of SXSW 2019 through its robust collection of scheduling data encompassing speakers from various domains as well as an extensive lineup of musical performances in diverse genres and subgenres
Understanding the Columns:
- name: The name of the speaker or music artist.
- summary: A brief summary or description of the speaker or music event.
- genre: The genre or category of the music event.
- subgenre: The subgenre or subcategory of the music event.
- home: The home location or origin of the speaker or music artist.
- audio: The audio format or platform associated with the speaker or music event
- title_and_location: The title/name of the event and its location
- date: The date when a particular event is scheduled to take place
- event_time: The time when a particular event is scheduled to start
- venue: The venue/location where a particular event is scheduled to take place
Familiarize Yourself with Data Files:
This dataset consists of two data files:
a) Music Schedule 2019.csv
b) Speaker Schedule 2019.csvUtilizing Data Files:
Each data file contains information specific to either Music Events (Music Schedule 2019.csv) or Speakers (Speaker Schedule 2019.csv). You can choose which file suits your research question best and focus on that specific aspect.Exploring Music Events:
If you are interested in analyzing and studying different aspects related to music events at SXSW, such as genres, subgenres, artists' origins, audio formats/platforms used during events, etc., then 'Music Schedule 2019.csv' is your go-to file.Dive into Speakers' Information:
If your research focuses on the individuals delivering speeches or presentations at SXSW 2019, 'Speaker Schedule 2019.csv' is the relevant data file for you.Query Templates and Exploration:
To facilitate your exploration of the dataset, there is an associated project called SXSW 2019 Schedule project available on data.world. This project provides query templates that can help you gather insights from the dataset more easily. By utilizing these templates, you can perform searches and filter data based
- Analyzing music genres and subgenres: This dataset provides information about the genre and subgenre of each music event at SXSW 2019. It can be used to analyze the popularity and diversity of different musical genres at the conference.
- Planning a personalized schedule: With details about event times, dates, and venues, this dataset can be used to plan a personalized schedule for attending the conference. Users can filter events based on their preferred genres or subgenres to create a customized experience.
- Speaker profiling: The dataset includes information about speakers at SXSW 2019, such as their names, home locations, and brief summaries. By analyzing this data, one could profile the speakers based on their expertise or areas of interest, which could be useful for networking or finding specific speakers for collaborations or interviews
If you use this dataset in your research, please credit the original authors.
Data Source
License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.
File: music_schedule_2019.csv
| Column name | Description |
|---|---|
| name | The name of the artist or music performer. (Text) |
| summary | A brief summary describing what each presentation/speaking session is about. (Text) |
| genre | The genre or category in which the music performance falls. (Text) |
| subgenre | A more specific subcategory that defines the style of the music performance within its genre. (Text) |
| home | The home location or origin of each artist. (Text) |
| audio | The audio format or platform associated with the music performance. (Text) |
| title_and_location | The event's title or name along with its location. (Text) |
| date | The date when a particular music event is scheduled. (Date) |
| event_time | The time when a particular music event is scheduled. (Time) |
| venue | The venue where a specific music performance will take place. (Text) |
File: speaker_schedule_2019.csv
| Column name | Description |
|---|---|
| name | The name of the artist or music performer. (Text) |
| title_and_location | The event's title or name along with its location. (Text) |
| summary | A brief summary describing what each presentation/speaking session is about. (Text) |
| date | The date when a particular music event is scheduled. (Date) |
| event_time | The time when a particular music event is scheduled. (Time) |
| venue | The venue where a specific music performance will take place. (Text) |
If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit Noah Rippner.
CREATE TABLE music_schedule_2019 (
"index" BIGINT,
"name" VARCHAR,
"summary" VARCHAR,
"genre" VARCHAR,
"subgenre" VARCHAR,
"home" VARCHAR,
"audio" VARCHAR,
"title_and_location" VARCHAR,
"date" TIMESTAMP,
"event_time" VARCHAR,
"venue" VARCHAR
);CREATE TABLE speaker_schedule_2019 (
"index" BIGINT,
"name" VARCHAR,
"title_and_location" VARCHAR,
"summary" VARCHAR,
"date" VARCHAR,
"event_time" VARCHAR,
"venue" VARCHAR
);Anyone who has the link will be able to view this.