Baselight

Restaurants & Members & Orders Dataset

Restaurant members and order details

@kaggle.vainero_restaurants_customers_orders_dataset

About this Dataset

Restaurants & Members & Orders Dataset

This dataset is taken from SQL Server Database, so the files (tables) are related to each other. The dataset includes the category, restaurant information, member information, order information, date, time, location, finance information, and more...

What can you do with this dataset?

Because the files are related, you need to decide how to combine the data and which method you will apply - join(), merge(), append(), concat(), maybe anything else idea... Which columns do you think are not necessary? Are there within the data duplicates or may be missing data? There is a lot of interesting information here.

  • You can use this data to discover which City and period of the day the members do the most orders?
  • What is the ratio of meal types in restaurants in each city?
  • What is the ratio of the orders in cities with the most Italian restaurants?
  • Which cities have the most vegan meals?
  • What is the difference in the range price of the hot or cold meal?
  • What is the correlation between the sex of members and serve_type?

  • Exploratory Data Analysis
  • Descriptive Analysis and Visualization
  • More and more exciting plots

In addition to classical EDA, could you use the dataset and apply a range of machine learning methods, most notably classifier models (logistic regression, SVM, random forest, etc.)?

Start A New Notebook!

Share link

Anyone who has the link will be able to view this.