Merger And Acquisitions By Tech Companies
Dataset of Merger and Acquisitions made by tech companies as of 2021
@kaggle.shivamb_company_acquisitions_7_top_companies
Dataset of Merger and Acquisitions made by tech companies as of 2021
@kaggle.shivamb_company_acquisitions_7_top_companies
This dataset contains the list of acquisitions made by the following companies:
Microsoft, Google, IBM, Hp, Apple, Amazon, Facebook, Twitter, eBay, Adobe, Citrix, Redhat, Blackberry, Disney
The attributes include the date, year, month of the acquisition, name of the company acquired, value or the cost of acquisition, business use-case of the acquisition, and the country from which the acquisition was made. The source of the dataset is Wikipedia, TechCrunch, and CrunchBase.
CREATE TABLE acquisitions_update_2021 (
"id" BIGINT,
"parent_company" VARCHAR,
"acquisition_year" VARCHAR,
"acquisition_month" VARCHAR,
"acquired_company" VARCHAR,
"business" VARCHAR,
"country" VARCHAR,
"acquisition_price" VARCHAR,
"category" VARCHAR,
"derived_products" VARCHAR
);Anyone who has the link will be able to view this.