McDonalds Ice Cream Machines Breaking - Timeseries
Is the mcdonald’s ice cream machine broken? [locations & times]
@kaggle.thedevastator_mcdonalds_ice_cream_machines_broken_timeseries
Is the mcdonald’s ice cream machine broken? [locations & times]
@kaggle.thedevastator_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.
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
);Anyone who has the link will be able to view this.