mindweave commited on
Commit
bdda15d
·
verified ·
1 Parent(s): d748d13

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +41 -22
  2. data/guests.csv +0 -0
  3. data/reservations.csv +0 -0
README.md CHANGED
@@ -6,24 +6,24 @@ task_categories:
6
  language:
7
  - en
8
  tags:
9
- - lodging
 
10
  - pms
11
  - occupancy
12
- - rooms
13
- - mindweave
14
- - test-data
15
- - travel
16
  - tourism
17
- - hospitality
 
 
18
  - reservations
 
 
19
  - hotel
20
- - seasonal-pricing
21
- - booking
22
- - revenue-management
23
- - synthetic-data
24
- pretty_name: Hotel Reservations & Booking Dataset
25
  size_categories:
26
- - 10K<n<100K
27
  configs:
28
  - config_name: guests
29
  data_files: data/guests.csv
@@ -36,7 +36,9 @@ configs:
36
  data_files: data/rooms.csv
37
  ---
38
 
39
- # Hotel Reservations & Booking Dataset
 
 
40
 
41
  Reservation records for a simulated boutique hotel chain (3 properties, 180 rooms)
42
  over 2 years. Includes guest profiles, room inventory, reservations with check-in/out,
@@ -50,24 +52,41 @@ Ideal for: hospitality PMS development, revenue management systems, demand forec
50
  booking engine testing, and hotel analytics dashboards.
51
 
52
 
53
- ## Tables
54
 
55
- | Table | Rows |
56
- |-------|------|
 
 
 
 
 
 
 
 
 
 
 
 
57
  | guests | 8,000 |
58
  | properties | 3 |
59
  | reservations | 13,628 |
60
  | rooms | 177 |
61
  | **Total** | **21,808** |
62
 
63
- ## Formats
64
 
65
- - CSV (in `data/` directory)
66
- - Parquet (available in full version)
67
- - SQLite (available in full version)
68
 
69
  ## About
70
 
71
- Generated by [Mindweave Technologies](https://mindweave.tech) realistic synthetic datasets for developers, QA teams, and data engineers.
 
 
 
 
 
 
 
72
 
73
- Browse all datasets: [mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
 
6
  language:
7
  - en
8
  tags:
9
+ - seasonal-pricing
10
+ - revenue-management
11
  - pms
12
  - occupancy
13
+ - synthetic-data
14
+ - booking
 
 
15
  - tourism
16
+ - lodging
17
+ - mindweave
18
+ - rooms
19
  - reservations
20
+ - travel
21
+ - test-data
22
  - hotel
23
+ - hospitality
24
+ pretty_name: Hotel Reservations & Booking Dataset (Free Sample)
 
 
 
25
  size_categories:
26
+ - 1K<n<10K
27
  configs:
28
  - config_name: guests
29
  data_files: data/guests.csv
 
36
  data_files: data/rooms.csv
37
  ---
38
 
39
+ # Hotel Reservations & Booking Dataset (Free Sample)
40
+
41
+ > **This is a free sample** with 2,180 rows. The full dataset has **21,808 rows** across 4 tables.
42
 
43
  Reservation records for a simulated boutique hotel chain (3 properties, 180 rooms)
44
  over 2 years. Includes guest profiles, room inventory, reservations with check-in/out,
 
52
  booking engine testing, and hotel analytics dashboards.
53
 
54
 
55
+ ## Sample tables
56
 
57
+ | Table | Sample Rows |
58
+ |-------|------------|
59
+ | guests | 500 |
60
+ | properties | 3 |
61
+ | reservations | 1,500 |
62
+ | rooms | 177 |
63
+ | **Total** | **2,180** |
64
+
65
+ ## Full dataset
66
+
67
+ The complete dataset includes all tables with full row counts:
68
+
69
+ | Table | Full Rows |
70
+ |-------|----------|
71
  | guests | 8,000 |
72
  | properties | 3 |
73
  | reservations | 13,628 |
74
  | rooms | 177 |
75
  | **Total** | **21,808** |
76
 
77
+ **Formats included:** CSV, Parquet, SQLite
78
 
79
+ **[Get the full dataset on Gumroad](https://mindweavetech.gumroad.com)**
 
 
80
 
81
  ## About
82
 
83
+ Generated by [Mindweave Technologies](https://mindweave.tech) -- realistic synthetic datasets for developers, QA teams, and data engineers.
84
+
85
+ Every dataset features:
86
+ - Enforced foreign key relationships across all tables
87
+ - Realistic statistical distributions (not uniform random)
88
+ - Temporal patterns (seasonal, time-of-day, day-of-week)
89
+ - Injected anomalies for ML training and anomaly detection
90
+ - Deterministic generation (same seed = same output)
91
 
92
+ Browse all datasets: [https://mindweavetech.gumroad.com](https://mindweavetech.gumroad.com)
data/guests.csv CHANGED
The diff for this file is too large to render. See raw diff
 
data/reservations.csv CHANGED
The diff for this file is too large to render. See raw diff