Largest Global Fast Food Restaurant Chains
Largest fast food chains in the world, ordered by their number of locations.
@kaggle.miriahtaro_largest_global_fast_food_restaurant_chains
Largest fast food chains in the world, ordered by their number of locations.
@kaggle.miriahtaro_largest_global_fast_food_restaurant_chains
Date: 8/22/24
Day 23 of my 30 Days of Data Challenge
This dataset is my second web scraping project. It is a dataset containing information on the top 114 global fast food restaurant chains in terms of their number of locations and how widespread they are in their respective country. The data/info in the dataset includes each chain's country of origin, number of locations, and revenue. The data is not completely up to date: most datapoints were last updated in either 2022 or 2023.
CREATE TABLE largestfastfoodrestaurantchains_webscraping (
"country_of_origin" VARCHAR,
"name" VARCHAR,
"number_of_locations" VARCHAR,
"revenue" VARCHAR
);Anyone who has the link will be able to view this.