Simulated E-commerce Data
Simulated e-commerce data for clustering and other studies
@kaggle.rodrigoriboldi_simulated_ecommerce_data
Simulated e-commerce data for clustering and other studies
@kaggle.rodrigoriboldi_simulated_ecommerce_data
This dataset is created with random data in Google Sheets and it simulates an E-commerce
Dataset criado utilizando dados aleatórios no Google Planilhas que simula um E-commerce
There are four columns, containing the date, the client ID, the product and the payment method
São quatro colunas, contendo a data da venda, ID do cliente, o produto comprado e o método de pagamento
CREATE TABLE dataset_produtos_para_clusterizacao (
"date" TIMESTAMP,
"id_cliente" BIGINT,
"produto" VARCHAR,
"pagamento" VARCHAR
);
Anyone who has the link will be able to view this.