date store_nbr item_nbr units stringlengths 16 20 |
|---|
2012-01-01 1 1 0 |
2012-01-01 1 2 0 |
2012-01-01 1 3 0 |
2012-01-01 1 4 0 |
2012-01-01 1 5 0 |
2012-01-01 1 6 0 |
2012-01-01 1 7 0 |
2012-01-01 1 8 0 |
2012-01-01 1 9 29 |
2012-01-01 1 10 0 |
2012-01-01 1 11 0 |
2012-01-01 1 12 0 |
2012-01-01 1 13 0 |
2012-01-01 1 14 0 |
2012-01-01 1 15 0 |
2012-01-01 1 16 0 |
2012-01-01 1 17 0 |
2012-01-01 1 18 0 |
2012-01-01 1 19 0 |
2012-01-01 1 20 0 |
2012-01-01 1 21 0 |
2012-01-01 1 22 0 |
2012-01-01 1 23 0 |
2012-01-01 1 24 0 |
2012-01-01 1 25 0 |
2012-01-01 1 26 0 |
2012-01-01 1 27 0 |
2012-01-01 1 28 2 |
2012-01-01 1 29 0 |
2012-01-01 1 30 0 |
2012-01-01 1 31 0 |
2012-01-01 1 32 0 |
2012-01-01 1 33 0 |
2012-01-01 1 34 0 |
2012-01-01 1 35 0 |
2012-01-01 1 36 0 |
2012-01-01 1 37 0 |
2012-01-01 1 38 0 |
2012-01-01 1 39 0 |
2012-01-01 1 40 0 |
2012-01-01 1 41 0 |
2012-01-01 1 42 0 |
2012-01-01 1 43 0 |
2012-01-01 1 44 0 |
2012-01-01 1 45 0 |
2012-01-01 1 46 0 |
2012-01-01 1 47 0 |
2012-01-01 1 48 0 |
2012-01-01 1 49 0 |
2012-01-01 1 50 0 |
2012-01-01 1 51 1 |
2012-01-01 1 52 0 |
2012-01-01 1 53 0 |
2012-01-01 1 54 0 |
2012-01-01 1 55 0 |
2012-01-01 1 56 0 |
2012-01-01 1 57 0 |
2012-01-01 1 58 0 |
2012-01-01 1 59 0 |
2012-01-01 1 60 0 |
2012-01-01 1 61 0 |
2012-01-01 1 62 0 |
2012-01-01 1 63 0 |
2012-01-01 1 64 0 |
2012-01-01 1 65 0 |
2012-01-01 1 66 0 |
2012-01-01 1 67 0 |
2012-01-01 1 68 0 |
2012-01-01 1 69 0 |
2012-01-01 1 70 0 |
2012-01-01 1 71 0 |
2012-01-01 1 72 0 |
2012-01-01 1 73 0 |
2012-01-01 1 74 0 |
2012-01-01 1 75 0 |
2012-01-01 1 76 0 |
2012-01-01 1 77 0 |
2012-01-01 1 78 0 |
2012-01-01 1 79 0 |
2012-01-01 1 80 0 |
2012-01-01 1 81 0 |
2012-01-01 1 82 0 |
2012-01-01 1 83 0 |
2012-01-01 1 84 0 |
2012-01-01 1 85 0 |
2012-01-01 1 86 0 |
2012-01-01 1 87 0 |
2012-01-01 1 88 0 |
2012-01-01 1 89 0 |
2012-01-01 1 90 0 |
2012-01-01 1 91 0 |
2012-01-01 1 92 0 |
2012-01-01 1 93 0 |
2012-01-01 1 94 0 |
2012-01-01 1 95 0 |
2012-01-01 1 96 0 |
2012-01-01 1 97 0 |
2012-01-01 1 98 0 |
2012-01-01 1 99 0 |
2012-01-01 1 100 0 |
End of preview. Expand in Data Studio
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Zero-Shot Cross-Database Benchmark Datasets
This repository contains datasets used for zero-shot cardinality estimation and query optimization research.
Dataset Description
This collection includes multiple relational database datasets with their schemas, data files (CSV format), and statistics:
Included Datasets
- accidents: Traffic accident data
- airline: Flight and airline information
- baseball: Baseball statistics
- basketball: Basketball statistics
- carcinogenesis: Chemical compound data
- consumer: Consumer expenditure data
- credit: Credit card transactions
- employee: Employee database
- financial: Financial transactions
- geneea: Gene expression data
- genome: Genomic data
- hepatitis: Medical data
- imdb: Internet Movie Database
- movielens: Movie ratings
- seznam: Czech web portal data
- ssb: Star Schema Benchmark
- tpc_h: TPC-H benchmark
- tournament: Tournament data
- walmart: Retail data
File Structure
Each dataset directory contains:
- CSV data files
schema.json: Database schema definitionschema_sql/: SQL schema files for different database systemscolumn_statistics.json: Statistical information about columnsstring_statistics.json: Statistics for string columns
Usage
These datasets are designed for research in:
- Cardinality estimation
- Query optimization
- Zero-shot learning for database systems
- Cross-database performance evaluation
- Downloads last month
- 8