Restaurant Sales Report
EDA and Analysis Ideas for restaurant business
@kaggle.rajatsurana979_fast_food_sales_report
EDA and Analysis Ideas for restaurant business
@kaggle.rajatsurana979_fast_food_sales_report
In the end, you should only measure and look at the numbers that drive action, meaning that the data tells you what you should do next.🥰
Please do upvote if you love the work.♥️🥰
*For more related datasets: *
https://www.kaggle.com/datasets/rajatsurana979/fifafcmobile24
https://www.kaggle.com/datasets/rajatsurana979/most-streamed-spotify-songs-2023
https://www.kaggle.com/datasets/rajatsurana979/comprehensive-credit-card-transactions-dataset
https://www.kaggle.com/datasets/rajatsurana979/hotel-reservation-data-repository
https://www.kaggle.com/datasets/rajatsurana979/percent-change-in-consumer-spending
https://www.kaggle.com/datasets/rajatsurana979/fast-food-sales-report
Description:
This dataset captures sales transactions from a local restaurant near my home. It includes details such as the order ID, date of the transaction, item names (representing various food and beverage items), item types (categorized as Fast-food or Beverages), item prices, quantities ordered, transaction amounts, transaction types (cash, online, or others), the gender of the staff member who received the order, and the time of the sale (Morning, Evening, Afternoon, Night, Midnight). The dataset offers a valuable snapshot of the restaurant's daily operations and customer behavior.
Columns:
Potential Uses:
CREATE TABLE balaji_fast_food_sales (
"order_id" BIGINT,
"date" VARCHAR,
"item_name" VARCHAR,
"item_type" VARCHAR,
"item_price" BIGINT,
"quantity" BIGINT,
"transaction_amount" BIGINT,
"transaction_type" VARCHAR,
"received_by" VARCHAR,
"time_of_sale" VARCHAR
);Anyone who has the link will be able to view this.