DataCo SMART SUPPLY CHAIN FOR BIG DATA ANALYSIS
SUPPLY CHAIN FOR BIG DATA ANALYSIS
@kaggle.shashwatwork_dataco_smart_supply_chain_for_big_data_analysis
SUPPLY CHAIN FOR BIG DATA ANALYSIS
@kaggle.shashwatwork_dataco_smart_supply_chain_for_big_data_analysis
A DataSet of Supply Chains used by the company DataCo Global was used for the analysis. Dataset of Supply Chain , which allows the use of Machine Learning Algorithms and R Software.
Areas of important registered activities : Provisioning , Production , Sales , Commercial Distribution.It also allows the correlation of Structured Data with Unstructured Data for knowledge generation.
Type Data :
Structured Data : DataCoSupplyChainDataset.csv
Unstructured Data : tokenized_access_logs.csv (Clickstream)
Types of Products : Clothing , Sports , and Electronic Supplies
Additionally it is attached in another file called DescriptionDataCoSupplyChain.csv, the description of each of the variables of the DataCoSupplyChainDatasetc.csv.
Fabian Constante,
Fabian Constante
Instituto Politecnico de Leiria Escola Superior de Tecnologia e Gestao
Contribution: Master interested in topics related to Big Data
Fernando Silva, António Pereira
CREATE TABLE descriptiondatacosupplychain (
  "fields" VARCHAR,
  "description" VARCHAR
);CREATE TABLE tokenized_access_logs (
  "product" VARCHAR,
  "category" VARCHAR,
  "date" TIMESTAMP,
  "month" VARCHAR,
  "hour" BIGINT,
  "department" VARCHAR,
  "ip" VARCHAR,
  "url" VARCHAR
);Anyone who has the link will be able to view this.