Baselight

Customer Subscription Data

Customer purchase and call center volume data for a subscription based product

@kaggle.gsagar12_dspp1

Customer Product
@kaggle.gsagar12_dspp1.customer_product

  • 9.63 MB
  • 508932 rows
  • 5 columns
unnamed_0

Unnamed: 0

customer_id

Customer Id

product

Product

signup_date_time

Signup Date Time

cancel_date_time

Cancel Date Time

1C2448prd_1Sun Jan 01 2017 10:35:09 GMT+0000 (Coordinated Universal Time)
2C2449prd_1Sun Jan 01 2017 11:39:29 GMT+0000 (Coordinated Universal Time)Sun Sep 05 2021 10:00:02 GMT+0000 (Coordinated Universal Time)
3C2450prd_1Sun Jan 01 2017 11:42:00 GMT+0000 (Coordinated Universal Time)Sun Jan 13 2019 16:24:55 GMT+0000 (Coordinated Universal Time)
4C2451prd_2Sun Jan 01 2017 13:32:08 GMT+0000 (Coordinated Universal Time)
5C2452prd_1Sun Jan 01 2017 13:57:30 GMT+0000 (Coordinated Universal Time)Mon Jun 28 2021 18:06:01 GMT+0000 (Coordinated Universal Time)
6C2453prd_1Sun Jan 01 2017 15:26:14 GMT+0000 (Coordinated Universal Time)
7C2454prd_1Sun Jan 01 2017 15:35:03 GMT+0000 (Coordinated Universal Time)Tue Jun 01 2021 17:09:40 GMT+0000 (Coordinated Universal Time)
8C2455prd_1Mon Jan 02 2017 09:01:31 GMT+0000 (Coordinated Universal Time)
9C2456prd_1Mon Jan 02 2017 09:21:04 GMT+0000 (Coordinated Universal Time)Thu Jun 08 2017 15:57:45 GMT+0000 (Coordinated Universal Time)
10C2457prd_1Mon Jan 02 2017 09:26:42 GMT+0000 (Coordinated Universal Time)Sat Nov 25 2017 12:55:05 GMT+0000 (Coordinated Universal Time)

CREATE TABLE customer_product (
  "unnamed_0" BIGINT,
  "customer_id" VARCHAR,
  "product" VARCHAR,
  "signup_date_time" TIMESTAMP,
  "cancel_date_time" TIMESTAMP
);

Share link

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