Baselight

All Roy Rogers Locations (Updated 10/26/2024)

Locations of all Roy Rogers restaurants as of October 26, 2024

@kaggle.davidricciuti_all_roy_rogers_locations_may_2020

About this Dataset

All Roy Rogers Locations (Updated 10/26/2024)

Roy Rogers is a fast food chain primarily located in the Mid-Atlantic region of the United States. Hot menu items include hamburgers, roast beef sandwiches, and fried chicken.

This is a .csv containing all current Roy Rogers restaurant locations (48). Each location includes a street address, phone number, and X and Y coordinate data.

Updates to the data set will occur whenever I check the Roy Rogers location page and see a location has been added or removed.

Published on 5/23/2020

First updated on 9/23/2021

Most recent update 10/26/2024

Tables

Royrogers

@kaggle.davidricciuti_all_roy_rogers_locations_may_2020.royrogers
  • 9.57 KB
  • 48 rows
  • 8 columns
Loading...

CREATE TABLE royrogers (
  "name" VARCHAR,
  "x" DOUBLE,
  "y" DOUBLE,
  "street_address" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "zip" BIGINT,
  "phone" VARCHAR
);

Royrogers10262024

@kaggle.davidricciuti_all_roy_rogers_locations_may_2020.royrogers10262024
  • 8.76 KB
  • 39 rows
  • 8 columns
Loading...

CREATE TABLE royrogers10262024 (
  "name" VARCHAR,
  "x" DOUBLE,
  "y" DOUBLE,
  "street_address" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "zip" BIGINT,
  "phone" VARCHAR
);

Royrogers9–23

@kaggle.davidricciuti_all_roy_rogers_locations_may_2020.royrogers9_23
  • 9.26 KB
  • 44 rows
  • 8 columns
Loading...

CREATE TABLE royrogers9_23 (
  "name" VARCHAR,
  "x" DOUBLE,
  "y" DOUBLE,
  "street_address" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "zip" BIGINT,
  "phone" VARCHAR
);