City Of Vancouver | Business Licence Statistics
This dataset includes business licence records from 2013 to current year.
@kaggle.kyoungguyeo_city_of_vancouver_business_licence_statistics
This dataset includes business licence records from 2013 to current year.
@kaggle.kyoungguyeo_city_of_vancouver_business_licence_statistics
CREATE TABLE business_licences (
"folderyear" BIGINT,
"licencersn" BIGINT,
"licencenumber" VARCHAR,
"licencerevisionnumber" BIGINT,
"businessname" VARCHAR,
"businesstradename" VARCHAR,
"status" VARCHAR,
"issueddate" VARCHAR,
"expireddate" TIMESTAMP,
"businesstype" VARCHAR,
"businesssubtype" VARCHAR,
"unit" VARCHAR,
"unittype" VARCHAR,
"house" VARCHAR,
"street" VARCHAR,
"city" VARCHAR,
"province" VARCHAR,
"country" VARCHAR,
"postalcode" VARCHAR,
"localarea" VARCHAR,
"numberofemployees" DOUBLE,
"feepaid" DOUBLE,
"extractdate" VARCHAR,
"geom" VARCHAR
);
Anyone who has the link will be able to view this.