Dataset 1: Restaurant Orders
Source:
Restaurant Orders Dataset
This dataset contains synthetic restaurant order records for
practicing data analysis and visualization. It includes
order ID, customer name, food item, category, quantity,
price, payment method, and order time.
No real customer information is included.
Attributes and Types
- Order ID — Quantitative, nominal (identifier)
- Customer Name — Categorical, nominal
- Food Item — Categorical, nominal
- Category — Categorical, nominal (Main, Dessert,
Starter, etc.)
- Quantity — Quantitative, ratio
- Price — Quantitative, ratio
- Payment Method — Categorical, nominal (Cash, Card,
Online)
- Order Time — Ordered, time-series (string or Date)