Baselight

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

Loading...
Loading...

About this Dataset

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.

Tables

Largestfastfoodrestaurantchains Webscraping

@kaggle.miriahtaro_largest_global_fast_food_restaurant_chains.largestfastfoodrestaurantchains_webscraping
  • 6.61 KB
  • 114 rows
  • 4 columns
Loading...

CREATE TABLE largestfastfoodrestaurantchains_webscraping (
  "country_of_origin" VARCHAR,
  "name" VARCHAR,
  "number_of_locations" VARCHAR,
  "revenue" VARCHAR
);

Share link

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