Baselight

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

Acquisitions Update 2021
@kaggle.shivamb_company_acquisitions_7_top_companies.acquisitions_update_2021

  • 55.94 KB
  • 1455 rows
  • 10 columns
id

ID

parent_company

Parent Company

acquisition_year

Acquisition Year

acquisition_month

Acquisition Month

acquired_company

Acquired Company

business

Business

country

Country

acquisition_price

Acquisition Price

category

Category

derived_products

Derived Products

1Apple1988MarNetwork InnovationsSoftware----
2Apple1988JunOrion Network SystemsComputer Software----
3Apple1988JunStylewareComputer software----
4Apple1988JulNashoba SystemsComputer software----
5Apple1989JanCoral SoftwareComputer software----
6Apple1997FebNeXTUnix-like hardware and software platform-404000000--
7Apple1997SepPower Computing CorporationMacintosh clones-110000000--
8Apple1999JanXemplar EducationSoftware-4926000--
9Apple1999NovRaycer GraphicsComputer graphic chips-15000000--
10Apple2000JanNetSelectorInternet software----

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
);

Share link

Anyone who has the link will be able to view this.