Baselight

Company Profit And Expenditures

Data set where we can see the expenditure spend by the company and their profit.

@kaggle.subhamp7_company_profit_and_expenditures

Loading...
Loading...

About this Dataset

Company Profit And Expenditures

The data set provided consists of the company's profit data and their spending.
We have to analyze the data and find the best way how the company can reduce their spendings and gain the highest profit.

Tables

N 50 Startups

@kaggle.subhamp7_company_profit_and_expenditures.n_50_startups
  • 5.68 KB
  • 50 rows
  • 5 columns
Loading...

CREATE TABLE n_50_startups (
  "r_d_spend" DOUBLE,
  "administration" DOUBLE,
  "marketing_spend" DOUBLE,
  "state" VARCHAR,
  "profit" DOUBLE
);

Share link

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