Baselight

Product Sales Data

Help the company in finding trends and insights

@kaggle.ksabishek_product_sales_data

Statsfinal
@kaggle.ksabishek_product_sales_data.statsfinal

  • 214.96 KB
  • 4600 rows
  • 10 columns
unnamed_0

Unnamed: 0

date

Date

q_p1

Q-P1

q_p2

Q-P2

q_p3

Q-P3

q_p4

Q-P4

s_p1

S-P1

s_p2

S-P2

s_p3

S-P3

s_p4

S-P4

13-06-20105422372557690717187.7423616.53121.926466.91
114-06-201070477793578157422338.994938.8619392.7611222.62
215-06-20101572208259511454983.2413199.883224.98163.85
316-06-2010565723993140167217932.6915209.6617018.811921.36
417-06-201036683207218470811627.5620332.3811837.285048.04
518-06-20102898253931115139186.6616097.261685.6210787.69
619-06-2010691214701576160821911.049319.88541.9211465.04
720-06-201052092550341584216512.531616718509.36003.46
821-06-201063228523646137720040.745401.6819761.329818.01
922-06-20106865414390256221762.052624.7621148.844007.06

CREATE TABLE statsfinal (
  "unnamed_0" BIGINT,
  "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
);

Share link

Anyone who has the link will be able to view this.