Company Financials Dataset
Test your preprocessing skills with this dataset!!
@kaggle.atharvaarya25_financials
Test your preprocessing skills with this dataset!!
@kaggle.atharvaarya25_financials
CREATE TABLE financials (
"segment" VARCHAR,
"country" VARCHAR,
"n__product" VARCHAR,
"n__discount_band" VARCHAR,
"n__units_sold" VARCHAR,
"n__manufacturing_price" VARCHAR,
"n__sale_price" VARCHAR,
"n__gross_sales" VARCHAR,
"n__discounts" VARCHAR,
"n__sales" VARCHAR,
"n__cogs" VARCHAR,
"n__profit" VARCHAR,
"date" TIMESTAMP,
"month_number" BIGINT,
"n__month_name" VARCHAR,
"year" BIGINT
);
Anyone who has the link will be able to view this.