Invoices Dataset
Invoices datasets contains randomly generate data using Faker package in Python
@kaggle.cankatsrc_invoices
Invoices datasets contains randomly generate data using Faker package in Python
@kaggle.cankatsrc_invoices
CREATE TABLE invoices (
"first_name" VARCHAR,
"last_name" VARCHAR,
"email" VARCHAR,
"product_id" BIGINT,
"qty" BIGINT,
"amount" DOUBLE,
"invoice_date" TIMESTAMP,
"address" VARCHAR,
"city" VARCHAR,
"stock_code" BIGINT,
"job" VARCHAR
);
Anyone who has the link will be able to view this.