This dataset contains lists of Restaurants and their menus in the USA that are partnered with Uber Eats. Data was collected via web scraping using python libraries.
*This dataset is dedicated to the awesome delivery drivers of Uber Eats, hence the cover image
kaggle API Command
!kaggle datasets download -d ahmedshahriarsakib/uber-eats-usa-restaurants-menus
The dataset has two CSV files -
restaurants.csv (40k+ entries, 11 columns)
$
= Inexpensive, $$
= Moderately expensive, $$$
= Expensive, $$$$
= Very Expensive) - Source - stackoverflowrestaurant-menus.csv (3.71M entries, 5 columns)
Data was scraped from - - https://www.ubereats.com - An online food ordering and delivery platform launched by Uber in 2014. Users can read menus, reviews, ratings, order, and pay for food from participating restaurants using an application on the iOS or Android platforms, or through a web browser. Users are also able to tip for delivery. Payment is charged to a card on file with Uber. Meals are delivered by couriers using cars, scooters, bikes, or foot. It is operational in over 6,000 cities across 45 countries.
The data and information in the data set provided here are intended to use for educational purposes only. I do not own any of the data and all rights are reserved to the respective owners.
Not seeing a result you expected?
Learn how you can add new datasets to our index.
This dataset contains lists of Restaurants and their menus in the USA that are partnered with Uber Eats. Data was collected via web scraping using python libraries.
*This dataset is dedicated to the awesome delivery drivers of Uber Eats, hence the cover image
kaggle API Command
!kaggle datasets download -d ahmedshahriarsakib/uber-eats-usa-restaurants-menus
The dataset has two CSV files -
restaurants.csv (40k+ entries, 11 columns)
$
= Inexpensive, $$
= Moderately expensive, $$$
= Expensive, $$$$
= Very Expensive) - Source - stackoverflowrestaurant-menus.csv (3.71M entries, 5 columns)
Data was scraped from - - https://www.ubereats.com - An online food ordering and delivery platform launched by Uber in 2014. Users can read menus, reviews, ratings, order, and pay for food from participating restaurants using an application on the iOS or Android platforms, or through a web browser. Users are also able to tip for delivery. Payment is charged to a card on file with Uber. Meals are delivered by couriers using cars, scooters, bikes, or foot. It is operational in over 6,000 cities across 45 countries.
The data and information in the data set provided here are intended to use for educational purposes only. I do not own any of the data and all rights are reserved to the respective owners.