API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
Start with these files — they give you everything you need to understand and access the dataset.
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Previews
speed-dating
Schema
| name | type | format |
|---|---|---|
| has_null | number | default |
| wave | number | default |
| gender | string | default |
| age | number | default |
| age_o | number | default |
| d_age | number | default |
| d_d_age | string | default |
| race | string | default |
| race_o | string | default |
| samerace | number | default |
| importance_same_race | number | default |
| importance_same_religion | number | default |
| d_importance_same_race | string | default |
| d_importance_same_religion | string | default |
| field | string | default |
| pref_o_attractive | number | default |
| pref_o_sincere | number | default |
| pref_o_intelligence | number | default |
| pref_o_funny | number | default |
| pref_o_ambitious | number | default |
| pref_o_shared_interests | number | default |
| d_pref_o_attractive | string | default |
| d_pref_o_sincere | string | default |
| d_pref_o_intelligence | string | default |
| d_pref_o_funny | string | default |
| d_pref_o_ambitious | string | default |
| d_pref_o_shared_interests | string | default |
| attractive_o | number | default |
| sinsere_o | number | default |
| intelligence_o | number | default |
| funny_o | number | default |
| ambitous_o | number | default |
| shared_interests_o | number | default |
| d_attractive_o | string | default |
| d_sinsere_o | string | default |
| d_intelligence_o | string | default |
| d_funny_o | string | default |
| d_ambitous_o | string | default |
| d_shared_interests_o | string | default |
| attractive_important | number | default |
| sincere_important | number | default |
| intellicence_important | number | default |
| funny_important | number | default |
| ambtition_important | number | default |
| shared_interests_important | number | default |
| d_attractive_important | string | default |
| d_sincere_important | string | default |
| d_intellicence_important | string | default |
| d_funny_important | string | default |
| d_ambtition_important | string | default |
| d_shared_interests_important | string | default |
| attractive | number | default |
| sincere | number | default |
| intelligence | number | default |
| funny | number | default |
| ambition | number | default |
| d_attractive | string | default |
| d_sincere | string | default |
| d_intelligence | string | default |
| d_funny | string | default |
| d_ambition | string | default |
| attractive_partner | number | default |
| sincere_partner | number | default |
| intelligence_partner | number | default |
| funny_partner | number | default |
| ambition_partner | number | default |
| shared_interests_partner | number | default |
| d_attractive_partner | string | default |
| d_sincere_partner | string | default |
| d_intelligence_partner | string | default |
| d_funny_partner | string | default |
| d_ambition_partner | string | default |
| d_shared_interests_partner | string | default |
| sports | number | default |
| tvsports | number | default |
| exercise | number | default |
| dining | number | default |
| museums | number | default |
| art | number | default |
| hiking | number | default |
| gaming | number | default |
| clubbing | number | default |
| reading | number | default |
| tv | number | default |
| theater | number | default |
| movies | number | default |
| concerts | number | default |
| music | number | default |
| shopping | number | default |
| yoga | number | default |
| d_sports | string | default |
| d_tvsports | string | default |
| d_exercise | string | default |
| d_dining | string | default |
| d_museums | string | default |
| d_art | string | default |
| d_hiking | string | default |
| d_gaming | string | default |
| d_clubbing | string | default |
| d_reading | string | default |
| d_tv | string | default |
| d_theater | string | default |
| d_movies | string | default |
| d_concerts | string | default |
| d_music | string | default |
| d_shopping | string | default |
| d_yoga | string | default |
| interests_correlate | number | default |
| d_interests_correlate | string | default |
| expected_happy_with_sd_people | number | default |
| expected_num_interested_in_me | number | default |
| expected_num_matches | number | default |
| d_expected_happy_with_sd_people | string | default |
| d_expected_num_interested_in_me | string | default |
| d_expected_num_matches | string | default |
| like | number | default |
| guess_prob_liked | number | default |
| d_like | string | default |
| d_guess_prob_liked | string | default |
| met | number | default |
| decision | number | default |
| decision_o | number | default |
| match | number | default |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
speed-dating | 4.97 MB | about 1 month ago | speed-dating |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 4.97 MB | csv | 7 days ago | SpeedDating |
This dataset is about speed dating.
This data was gathered from participants in experimental speed dating events from 2002-2004. During the events, the attendees would have a four-minute "first date" with every other participant of the opposite sex. At the end of their four minutes, participants were asked if they would like to see their date again. They were also asked to rate their date on six attributes:
- Attractiveness
- Sincerity
- Intelligence
- Fun
- Ambition
- Shared Interests.
The dataset also includes questionnaire data gathered from participants at different points in the process. These fields include:
- demographics
- dating habits
- self-perception across key attributes
- beliefs on what others find valuable in a mate
- and lifestyle information
Data
This dataset was found under the name SpeedDating on OpenML.org
Data is located in directory called data
data/speed-dating.csv
Preparation
Python 3.x is needed to run script located in scripts.
Python scripts are located in directory scripts
scripts/main.py
License
Licensed under the Public Domain Dedication and License (assuming either no rights or public domain license in source data).