Mobile Food Schedule
City of San Francisco
@usgov.city_of_san_francisco_mobile_food_schedule
City of San Francisco
@usgov.city_of_san_francisco_mobile_food_schedule
A child data set of --Mobile Food Facility Permit-- includes day of week, start / end time, location and a description of type of food sold by vendor. Mobile Food Facility Permit data is here: https://data.sfgov.org/d/rqzj-sfat
Organization: City of San Francisco
Last updated: 2020-11-10T16:56:41.625836
Tags: facility, food, mff, mobile, permits, schedule, trucks
CREATE TABLE table_1 (
"dayorder" BIGINT,
"dayofweekstr" VARCHAR,
"starttime" VARCHAR,
"endtime" VARCHAR,
"permit" VARCHAR,
"permitlocation" VARCHAR,
"locationdesc" VARCHAR,
"optionaltext" VARCHAR,
"locationid" BIGINT,
"scheduleid" VARCHAR,
"start24" VARCHAR,
"end24" VARCHAR,
"cnn" BIGINT,
"addr_date_create" VARCHAR,
"addr_date_modified" VARCHAR,
"block" VARCHAR,
"lot" VARCHAR,
"coldtruck" VARCHAR,
"applicant" VARCHAR,
"x" DOUBLE,
"y" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"location" VARCHAR
);Anyone who has the link will be able to view this.