Baselight

NOKIA Sales Dataset. Predict NOKIA's DOWNFALL

Can you predict NOKIA's DOWNFALL?

@kaggle.muhammad4hmed_can_you_predict_nokias_downfall

Loading...
Loading...

About this Dataset

NOKIA Sales Dataset. Predict NOKIA's DOWNFALL

It's the year 2015 and you are hired as a data scientist to predict future sales of Nokia.

Context

Nokia Corporation is a Finnish multinational telecommunications, information technology, and consumer electronics corporation, established in 1865. Nokia's main headquarters are in Espoo, Finland, in the greater Helsinki metropolitan area, but the company's actual roots are in the Tampere region of Pirkanmaa.

Content

The dataset is very small and that is the most challenging part here, with limited data, can you accurately predict future sales?

The dataset contains Nokia_Dataset.csv which includes sales from the year 1999 to 2021 along with two additional features, number of employees and net income (profit or loss).

Acknowledgements

https://statista.com/

Tables

Nokia Dataset

@kaggle.muhammad4hmed_can_you_predict_nokias_downfall.nokia_dataset
  • 4.18 KB
  • 23 rows
  • 4 columns
Loading...

CREATE TABLE nokia_dataset (
  "year" BIGINT,
  "number_of_employees" DOUBLE,
  "net_sales_in_euro" BIGINT,
  "net_income_in_euro" DOUBLE
);

Share link

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