Data About 500 US Companies
Open Data on 500 US Companies
@kaggle.rishidamarla_data_about_500_us_companies
Open Data on 500 US Companies
@kaggle.rishidamarla_data_about_500_us_companies
There's a need for information on large companies in this age of big data.
In this dataset you'll find info on 500 large American corporations and their business models.
This data comes from https://data.world/bgadoci/open-data-500-companies.
CREATE TABLE us_companies (
"company_name_id" VARCHAR,
"company_name" VARCHAR,
"url" VARCHAR,
"year_founded" DOUBLE,
"city" VARCHAR,
"state" VARCHAR,
"country" VARCHAR,
"zip_code" DOUBLE,
"full_time_employees" VARCHAR,
"company_type" VARCHAR,
"company_category" VARCHAR,
"revenue_source" VARCHAR,
"business_model" VARCHAR,
"social_impact" VARCHAR,
"description" VARCHAR,
"description_short" VARCHAR,
"source_count" VARCHAR,
"data_types" VARCHAR,
"example_uses" VARCHAR,
"data_impacts" VARCHAR,
"financial_info" VARCHAR,
"last_updated" TIMESTAMP
);Anyone who has the link will be able to view this.