US Economic Census Core Data By Industry
US Economic Census Core Data by Industry, 2012 and 2007
@kaggle.utkarshx27_us_economic_census_core_data_by_industry
US Economic Census Core Data by Industry, 2012 and 2007
@kaggle.utkarshx27_us_economic_census_core_data_by_industry
CREATE TABLE n_2012_and_2007_economic_census_data_by_industry (
"meaning_of_2007_naics_code" VARCHAR,
"n_2007_naics_code" VARCHAR,
"year" VARCHAR,
"number_of_establishments" VARCHAR,
"value_of_sales_shipments_receipts_revenue_or_business__40b00b43" VARCHAR,
"n__annual_payroll_1_000" VARCHAR,
"number_of_paid_employees_for_period_including_march_12" VARCHAR
);
CREATE TABLE n_2012_and_2007_separately_economic_census_data_by_industry (
"meaning_of_2007_naics_code" VARCHAR,
"n_2007_naics_code" VARCHAR,
"year" VARCHAR,
"number_of_establishments" DOUBLE,
"value_of_sales_shipments_receipts_revenue_or_business__40b00b43" VARCHAR,
"n__annual_payroll_1_000" VARCHAR,
"number_of_paid_employees_for_period_including_march_12" VARCHAR
);
Anyone who has the link will be able to view this.