Baselight

McDonalds Ice Cream Machines Breaking - Timeseries

Is the mcdonald’s ice cream machine broken? [locations & times]

@kaggle.thedevastator_mcdonalds_ice_cream_machines_broken_timeseries

Loading...
Loading...

About this Dataset

McDonalds Ice Cream Machines Breaking - Timeseries

Overview: McDonalds Ice Cream Machines Broken - Timeseries

This dataset contains information on the number of complaints about broken McDonalds over time all over the world.
The data is scraped from mcbroken and points had been collected every hour.

Project Ideas

  • Compare complaints from different regions
  • Is there a correlation between broken complaints and temperature?
  • What are the busiest times for complaints?
  • Does the number of complaints change over time?
  • Are there certain locations that have more complaints?

Tables

Mcdonalds Dataset

@kaggle.thedevastator_mcdonalds_ice_cream_machines_broken_timeseries.mcdonalds_dataset
  • 684.57 KB
  • 16671 rows
  • 11 columns
Loading...

CREATE TABLE mcdonalds_dataset (
  "lat" DOUBLE,
  "lon" DOUBLE,
  "alt" BIGINT,
  "is_broken" BOOLEAN,
  "is_active" BOOLEAN,
  "dot" VARCHAR,
  "state" VARCHAR,
  "city" VARCHAR,
  "street" VARCHAR,
  "country" VARCHAR,
  "last_checked" VARCHAR
);

Share link

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