Child Development Centers
District of Columbia
@usgov.district_of_columbia_child_development_centers
District of Columbia
@usgov.district_of_columbia_child_development_centers
CREATE TABLE table_1 (
"x" DOUBLE,
"y" DOUBLE,
"name" VARCHAR,
"address" VARCHAR,
"license_number" VARCHAR,
"license_type" VARCHAR,
"license_issue_date" TIMESTAMP,
"license_expiration_date" TIMESTAMP,
"ward" BIGINT,
"zipcode" BIGINT,
"contact_type" VARCHAR,
"email" VARCHAR,
"phone" VARCHAR,
"fax_number" VARCHAR,
"start_time" VARCHAR,
"end_time" VARCHAR,
"point_of_contact" VARCHAR,
"other_contact_description" VARCHAR,
"c_o_ho_permit_issued_date" TIMESTAMP,
"fire_inspection_date" TIMESTAMP,
"number_of_infants" BIGINT,
"number_of_preschool_children" BIGINT,
"number_of_toddlers" BIGINT,
"num_of_school_age_children" BIGINT,
"authorized_capacity" BIGINT,
"inspector_assigned" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"xcoord" DOUBLE,
"ycoord" DOUBLE,
"mar_matchaddress" VARCHAR,
"marid" BIGINT,
"objectid" BIGINT
);
Anyone who has the link will be able to view this.