Restbase
A database of restaurants in San Francisco. The goal is to predict the customer's satisfaction.
Original source: sourceforge.net
Versions
Restbase (by Mathieu Bally)
- Fixed typos
Dataset details
- Associated task:
- Regression
- Domain:
- Retail
- Data types:
- Size:
- 3 MB
- Count of tables:
- 3
- Count of rows:
- 19,148
- Count of columns:
- 12
- Missing values:
- Yes
- Compound keys:
- No
- Loops:
- Yes
- Type:
- Real
- Instance count:
- 9,524
- Target table:
- generalinfo
- Target column:
- review
- Target ID:
- id_restaurant
- Target timestamp:
- ?
How to download the dataset
The datasets are publicly available directly from MariaDB database.
- Open your favourite MariaDB client (MySQL Workbench works, but see FAQ)
- Use following credentials:
- hostname: db.relational-data.org
- port: 3306
- username: guest
- password: relational
- Export "restbase" database (or other version of the dataset, if available) in your favourite format (e.g. CSV or SQL dump).