Product Sales Data
Help the company in finding trends and insights
@kaggle.ksabishek_product_sales_data
Help the company in finding trends and insights
@kaggle.ksabishek_product_sales_data
Greetings , fellow analyst !
REC corp LTD. is small-scaled business venture established in India. They have been selling FOUR PRODUCTS for OVER TEN YEARS .
The products are P1, P2, P3 and P4.
They have collected data from their retail centers and organized it into a small csv file , which has been given to you.
**The excel file contains about 8 numerical parameters : **
Q1- Total unit sales of product 1
Q2- Total unit sales of product 2
Q3- Total unit sales of product 3
Q4- Total unit sales of product 4
S1- Total revenue from product 1
S2- Total revenue from product 2
S3- Total revenue from product 3
S4- Total revenue from product 4
Example :
On 13-06-2010 , product 1 had been brought by 5422 people and INR 17187.74 had been generated in revenue from product 1.
**Now , REC corp needs you to solve the following questions : **
Can you help REC corp with your analytical and data science skills ?
NOTE: This is a hypothetical dataset generated using python for educational purposes. It bears no resemblance to any real firm. Any similarity is a matter of coincidence.
CREATE TABLE statsfinal (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" VARCHAR,
"q_p1" BIGINT,
"q_p2" BIGINT,
"q_p3" BIGINT,
"q_p4" BIGINT,
"s_p1" DOUBLE,
"s_p2" DOUBLE,
"s_p3" DOUBLE,
"s_p4" DOUBLE
);Anyone who has the link will be able to view this.