File size: 33,106 Bytes
544d276
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
CustomerID,Age,Region,Income,CustomerSince,Purchases90Days,AverageOrderValue,TotalSpent,Segment,Status
C00001,-3,North,-76400.0,2021-07-21,2,106.73,814.25,New,Inactive
C00002,-12,South,35200.0,2021-04-01,4,105.84,744.07,Inactive,Active
C00003,40,Central,95500.0,2015-02-27,2,44.44,657.52,Regular,Churned
C00004,75,North,198400.0,2016-09-09,4,112.12,852.8,Regular,Active
C00005,-22,West,-90900.0,2020-10-09,2,148.52,743.71,Regular,Active
C00006,4,West,5800.0,2019-08-13,3,133.81,1004.53,Regular,Inactive
C00007,95,West,116200.0,2020-09-28,4,143.92,888.93,VIP,Active
C00008,23,North,68100.0,2016-03-09,1,27.06,1057.94,New,Active
C00009,28,Central,52300.0,2020-11-21,3,84.03,1080.48,VIP,Active
C00010,-22,South,12200.0,2015-05-30,3,57.2,734.84,Regular,Churned
C00011,45,East,14600.0,2020-03-28,3,90.96,1280.95,Regular,Inactive
C00012,44,Central,10300.0,2015-11-10,0,126.42,1503.61,Inactive,Active
C00013,30,West,115400.0,2019-06-08,4,42.44,756.76,VIP,Active
C00014,-23,Central,74300.0,2017-02-25,4,91.39,924.6,Regular,Active
C00015,59,West,49400.0,2015-08-16,4,72.25,862.37,Regular,Churned
C00016,8,South,-20600.0,2021-01-10,2,29.72,1272.91,Regular,Active
C00017,-3,Central,-196000.0,2021-12-26,3,83.68,777.17,New,Active
C00018,-23,West,112100.0,2019-03-26,3,95.23,1260.58,New,Active
C00019,50,Central,144900.0,2019-03-15,1,73.98,556.4,Regular,Inactive
C00020,71,East,197700.0,2017-10-19,0,86.0,1129.89,Regular,Active
C00021,83,South,-151400.0,2017-12-30,6,160.71,622.1,VIP,Active
C00022,10,South,-132100.0,2015-12-26,6,52.88,657.7,New,Active
C00023,36,West,9500.0,2016-02-03,3,195.1,1177.61,New,Active
C00024,64,North,175100.0,2020-08-02,4,51.05,976.72,Regular,Active
C00025,66,South,215000.0,2019-04-26,2,104.27,774.03,Regular,Active
C00026,57,North,-56600.0,2021-03-14,4,132.28,928.78,New,Active
C00027,1,North,-46100.0,2020-09-21,3,63.16,1130.97,New,Churned
C00028,23,North,194100.0,2019-08-01,2,43.26,1852.51,VIP,Active
C00029,48,West,,2020-05-14,2,41.56,779.06,New,Active
C00030,51,East,-35000.0,2018-05-26,4,41.12,969.1,VIP,Active
C00031,-28,North,121300.0,2016-10-03,1,86.21,643.2,New,Active
C00032,18,West,100000.0,2016-05-31,1,109.74,1422.04,Regular,Inactive
C00033,9,South,-104700.0,2020-06-14,2,112.02,1372.68,Regular,Active
C00034,26,Central,35500.0,2015-09-22,2,77.69,1150.12,New,Active
C00035,-61,South,4000.0,2015-12-03,1,38.61,1526.41,Regular,Churned
C00036,10,Central,161300.0,2018-01-09,0,111.53,1168.99,Regular,Active
C00037,32,Central,-104800.0,2020-07-24,5,54.42,1337.02,VIP,Active
C00038,-11,Central,-57800.0,2017-12-14,3,30.9,1210.05,Regular,Active
C00039,-5,South,-47500.0,2020-06-14,2,76.6,487.14,Regular,Active
C00040,2,Central,-94700.0,2015-01-29,3,89.85,1205.79,Regular,Active
C00041,55,East,168200.0,2020-05-14,2,218.19,735.82,VIP,Active
C00042,-4,North,21100.0,2016-07-18,1,105.01,645.8,New,Churned
C00043,100,South,160400.0,2021-05-26,3,131.29,913.42,New,Active
C00044,-13,North,106900.0,2018-08-02,3,66.47,1265.35,Regular,Active
C00045,20,East,66100.0,2021-03-14,5,53.39,1040.59,New,Active
C00046,19,Central,-22200.0,2015-01-17,5,58.95,867.69,New,Active
C00047,56,South,133600.0,2017-02-06,4,127.34,1372.2,New,Churned
C00048,13,North,94000.0,2020-06-06,2,135.49,1027.16,Regular,Active
C00049,26,East,33300.0,2016-01-03,0,44.18,930.21,New,Inactive
C00050,25,East,-17400.0,2016-03-24,6,193.84,560.88,Regular,Active
C00051,74,East,174600.0,2021-01-17,2,106.65,588.9,Regular,Active
C00052,-28,Central,67600.0,2018-01-18,5,53.35,363.03,VIP,Inactive
C00053,42,Central,-47100.0,2018-06-06,1,97.97,1079.83,Regular,Active
C00054,85,West,-145200.0,2016-06-25,4,161.42,751.88,Regular,Inactive
C00055,41,East,5300.0,2019-05-24,3,177.2,953.76,Regular,Churned
C00056,72,South,242000.0,2021-02-21,2,43.79,1088.05,VIP,Active
C00057,13,West,,2016-02-08,5,46.77,944.61,VIP,Active
C00058,2,South,-127300.0,2017-05-05,2,143.23,736.06,New,Active
C00059,12,North,-77900.0,2020-06-30,4,72.71,1169.02,VIP,Inactive
C00060,46,West,85300.0,2015-07-27,0,107.61,881.37,Regular,Active
C00061,1,Central,-106500.0,2017-06-05,4,63.47,780.26,Regular,Active
C00062,-5,Central,-229500.0,2016-07-01,3,135.67,1414.14,Regular,Active
C00063,16,North,14400.0,2019-04-17,0,89.38,555.47,Regular,Inactive
C00064,29,West,62900.0,2020-09-24,0,170.87,1074.85,Regular,Active
C00065,84,West,257200.0,2020-08-26,4,125.9,1069.04,Regular,Active
C00066,6,Central,-136300.0,2016-04-03,3,106.79,826.68,Regular,Active
C00067,41,Central,153200.0,2021-04-30,5,105.87,1693.2,Regular,Active
C00068,28,Central,42600.0,2015-09-12,5,78.27,995.93,Regular,Inactive
C00069,-33,South,-163100.0,2020-09-24,2,110.23,902.9,Inactive,Active
C00070,78,West,213400.0,2015-03-29,2,180.8,921.74,VIP,Active
C00071,8,West,-30400.0,2018-05-20,1,41.31,2071.21,Regular,Inactive
C00072,38,East,100900.0,2019-03-23,4,101.9,903.85,New,Active
C00073,24,North,53000.0,2017-09-01,2,79.92,795.06,Regular,Active
C00074,29,North,129700.0,2018-10-14,4,121.15,931.37,Regular,Churned
C00075,-50,Central,211400.0,2021-10-12,3,154.9,598.81,New,Active
C00076,62,West,-77400.0,2016-03-07,2,166.73,1025.97,New,Inactive
C00077,22,East,26200.0,2015-11-04,1,104.74,1397.29,New,Inactive
C00078,48,South,28300.0,2017-03-16,4,69.93,1027.83,Regular,Active
C00079,19,East,22600.0,2016-09-04,3,64.59,1386.62,VIP,Active
C00080,2,East,-93300.0,2018-03-08,3,148.76,612.58,New,Active
C00081,-10,North,-106600.0,2015-01-28,2,77.6,671.35,New,Active
C00082,-82,North,143900.0,2016-09-10,5,183.79,839.36,Regular,Active
C00083,-48,Central,122000.0,2020-03-24,1,111.42,941.16,Regular,Active
C00084,-8,East,41200.0,2019-12-15,4,174.02,1122.99,New,Inactive
C00085,49,East,-69700.0,2016-10-29,5,166.35,625.23,New,Active
C00086,73,East,304600.0,2019-02-10,2,77.02,1079.99,VIP,Active
C00087,-3,West,34600.0,2021-09-08,3,69.8,770.37,VIP,Active
C00088,-6,South,-152200.0,2020-04-23,5,75.91,1170.3,Regular,Active
C00089,82,West,120500.0,2019-08-15,2,103.7,854.82,Regular,Active
C00090,-2,West,-14500.0,2015-02-23,5,121.99,912.22,Regular,Active
C00091,-18,South,67400.0,2021-04-10,0,106.72,418.91,Regular,Active
C00092,28,West,-207000.0,2017-12-02,2,53.75,1198.33,VIP,Inactive
C00093,22,West,-13200.0,2021-11-19,6,78.52,1373.79,New,Active
C00094,14,West,,2020-05-17,5,121.92,1599.9,Inactive,Active
C00095,48,North,90200.0,2021-09-08,5,88.15,1471.43,New,Active
C00096,43,South,142200.0,2021-03-27,3,61.42,1539.57,Regular,Active
C00097,51,East,,2016-01-20,3,141.1,869.97,Regular,Active
C00098,19,Central,79200.0,2017-03-31,0,80.61,994.51,New,Inactive
C00099,66,West,152000.0,2021-04-06,5,60.15,1095.34,VIP,Active
C00100,51,East,-6600.0,2015-10-06,4,102.76,1412.04,Regular,Inactive
C00101,72,East,110700.0,2018-01-31,3,122.0,699.27,Inactive,Active
C00102,83,East,-197000.0,2020-09-22,4,30.78,1150.63,New,Inactive
C00103,50,East,69200.0,2019-02-11,2,107.73,509.52,Regular,Active
C00104,-12,Central,-193300.0,2018-01-26,7,90.35,1125.29,Regular,Active
C00105,13,Central,176100.0,2017-03-16,1,102.17,652.67,Inactive,Active
C00106,45,South,-86800.0,2019-08-20,4,66.22,1201.29,Regular,Active
C00107,-14,West,76800.0,2016-02-15,7,50.44,944.39,Regular,Active
C00108,33,South,38000.0,2016-03-30,2,83.24,1217.63,Regular,Active
C00109,41,West,66300.0,2020-02-04,6,128.63,863.89,Regular,Active
C00110,30,West,12700.0,2020-04-16,4,83.82,869.78,Regular,Churned
C00111,-5,West,19400.0,2016-08-04,3,78.68,679.27,Regular,Active
C00112,-48,North,187700.0,2018-02-01,2,104.06,858.82,Inactive,Inactive
C00113,-20,Central,-56200.0,2020-04-04,3,41.96,1366.42,Regular,Inactive
C00114,50,East,35700.0,2021-07-01,2,48.0,854.15,Regular,Active
C00115,-11,South,-71500.0,2017-09-22,3,95.47,482.72,Regular,Active
C00116,14,North,23500.0,2016-06-30,4,101.7,993.69,Regular,Active
C00117,4,West,-58500.0,2017-10-02,1,115.24,1516.6,Regular,Active
C00118,-7,West,-46000.0,2017-04-01,5,119.56,1183.18,Regular,Inactive
C00119,-10,East,-26300.0,2021-09-09,3,57.76,1141.57,Regular,Active
C00120,-8,East,96700.0,2020-07-28,2,55.96,1440.67,Regular,Active
C00121,72,Central,4400.0,2020-09-13,2,62.36,892.02,VIP,Inactive
C00122,-22,North,50000.0,2019-09-17,3,218.88,885.89,Regular,Churned
C00123,58,North,-42200.0,2017-10-28,2,55.09,731.33,Inactive,Inactive
C00124,5,South,-182400.0,2021-01-16,2,107.95,992.83,Inactive,Active
C00125,-4,North,7500.0,2020-04-16,5,154.66,650.3,Regular,Active
C00126,-15,Central,29000.0,2021-12-03,3,51.68,874.29,VIP,Churned
C00127,-35,West,-153700.0,2016-10-27,4,98.58,1405.19,Regular,Inactive
C00128,59,North,216500.0,2016-05-28,5,74.54,1396.29,Regular,Active
C00129,2,West,-71500.0,2018-09-10,4,182.92,563.95,Regular,Active
C00130,44,East,-77200.0,2016-04-24,4,176.97,1228.16,Regular,Active
C00131,-41,West,4500.0,2021-06-13,3,119.08,915.69,Regular,Churned
C00132,68,South,,2019-07-11,0,106.64,1019.23,Regular,Active
C00133,37,North,,2019-01-26,2,70.07,779.5,Inactive,Churned
C00134,29,North,85900.0,2020-12-02,0,95.63,769.26,Regular,Churned
C00135,26,South,99400.0,2021-02-02,1,60.11,739.86,VIP,Active
C00136,-25,East,-58800.0,2016-08-27,3,129.81,1349.73,Regular,Active
C00137,110,South,56300.0,2019-12-16,0,120.02,861.58,VIP,Active
C00138,35,East,2800.0,2021-06-06,2,78.67,993.88,Inactive,Churned
C00139,72,South,74300.0,2019-04-03,3,158.24,1050.02,New,Active
C00140,43,South,-145000.0,2018-05-22,5,100.14,1150.5,Regular,Active
C00141,-7,Central,53700.0,2018-08-29,1,185.32,1038.68,Regular,Active
C00142,26,Central,-136600.0,2016-04-14,1,149.37,884.15,VIP,Inactive
C00143,64,South,16100.0,2019-08-16,7,124.13,1890.07,Regular,Active
C00144,8,West,,2018-05-21,5,98.45,1000.8,Regular,Churned
C00145,-5,West,,2021-07-06,6,123.5,1270.44,Inactive,Inactive
C00146,18,Central,-24100.0,2019-12-16,6,100.41,645.92,Regular,Active
C00147,-26,Central,139200.0,2018-08-05,1,74.72,875.0,Regular,Active
C00148,62,West,23500.0,2017-04-21,1,83.64,1149.71,Regular,Inactive
C00149,65,East,-115700.0,2017-04-16,2,138.94,1073.91,Inactive,Active
C00150,27,South,52300.0,2015-02-22,3,170.77,1032.85,Regular,Active
C00151,28,East,6800.0,2021-02-19,3,100.48,994.58,Regular,Active
C00152,46,South,109400.0,2021-11-27,3,84.27,1281.47,New,Active
C00153,20,North,-49700.0,2020-02-02,1,71.19,949.49,New,Active
C00154,77,South,177100.0,2017-07-28,4,92.58,960.11,Regular,Active
C00155,49,West,-183300.0,2018-03-19,1,54.95,589.24,New,Active
C00156,3,South,-140400.0,2016-03-20,3,70.52,756.03,VIP,Active
C00157,-9,West,-41100.0,2020-03-20,1,106.82,1305.66,Regular,Active
C00158,49,South,48100.0,2020-09-13,0,70.05,775.22,VIP,Churned
C00159,49,Central,-88900.0,2018-04-12,4,72.76,823.59,Regular,Active
C00160,71,North,-700.0,2018-05-27,1,63.51,639.54,Regular,Inactive
C00161,-17,West,34300.0,2020-06-23,4,111.42,1106.92,VIP,Active
C00162,55,East,-51800.0,2021-11-04,5,119.46,481.96,VIP,Active
C00163,116,East,209600.0,2020-11-18,4,114.02,723.9,VIP,Active
C00164,-2,North,-42200.0,2015-04-21,2,54.76,1066.92,Inactive,Active
C00165,66,East,154800.0,2019-07-04,2,89.33,672.67,New,Active
C00166,7,North,-109600.0,2016-09-21,2,143.47,1008.24,Regular,Active
C00167,6,Central,-267400.0,2020-06-01,5,105.91,685.59,Regular,Churned
C00168,11,North,-139600.0,2020-06-22,4,175.87,974.42,Regular,Active
C00169,56,South,-17200.0,2015-06-30,6,80.8,875.75,New,Churned
C00170,4,West,134600.0,2015-07-23,4,44.09,871.7,VIP,Active
C00171,22,South,-162800.0,2015-07-19,1,112.99,849.5,New,Active
C00172,-33,West,122600.0,2019-02-07,5,84.91,1346.64,Regular,Churned
C00173,24,South,65100.0,2019-07-03,0,113.05,1242.42,New,Active
C00174,1,West,79100.0,2015-09-08,2,52.15,913.47,Regular,Inactive
C00175,23,West,31800.0,2021-12-19,3,105.77,599.16,Regular,Active
C00176,72,North,-77100.0,2016-12-03,2,87.88,703.2,Inactive,Active
C00177,-1,East,-14800.0,2015-02-18,3,77.0,1222.68,Regular,Inactive
C00178,-28,North,-30100.0,2019-09-26,1,89.72,1030.97,New,Churned
C00179,7,South,-141200.0,2017-03-06,2,91.38,1136.16,Regular,Active
C00180,-6,North,-500.0,2017-06-28,6,215.5,944.56,New,Inactive
C00181,53,North,39100.0,2021-06-14,3,67.05,1057.14,VIP,Inactive
C00182,1,West,-63900.0,2021-02-07,3,136.15,683.85,VIP,Active
C00183,32,East,-12000.0,2015-03-19,2,88.98,1331.9,Regular,Active
C00184,-24,South,97100.0,2017-11-21,2,108.71,444.71,VIP,Active
C00185,47,East,40400.0,2017-02-17,2,107.89,734.12,Regular,Active
C00186,27,East,61800.0,2017-01-27,3,32.41,942.86,Regular,Active
C00187,13,Central,-24100.0,2016-01-27,2,115.89,938.2,Regular,Active
C00188,-22,West,140000.0,2019-04-29,2,113.24,937.23,Regular,Active
C00189,15,South,-65100.0,2021-07-29,5,139.68,646.09,Regular,Churned
C00190,-27,North,-207600.0,2021-09-11,6,210.91,899.32,Regular,Active
C00191,-8,North,5000.0,2018-12-10,4,117.57,1519.47,Regular,Active
C00192,-4,South,-170400.0,2020-03-26,2,121.83,519.25,VIP,Active
C00193,14,South,,2021-03-01,0,109.36,732.45,Inactive,Active
C00194,68,South,252000.0,2020-01-19,1,234.59,1616.07,Regular,Active
C00195,51,East,-100.0,2017-05-25,8,85.71,1167.9,New,Inactive
C00196,65,South,,2021-11-28,1,115.51,750.65,VIP,Active
C00197,3,West,40700.0,2017-08-18,7,68.86,847.07,VIP,Active
C00198,36,South,44100.0,2021-10-01,2,92.62,800.28,Regular,Active
C00199,-4,North,-46300.0,2019-04-25,5,90.35,808.03,Regular,Active
C00200,51,West,-28500.0,2015-06-11,1,143.55,1286.76,VIP,Active
C00201,112,North,251200.0,2015-01-28,6,94.79,788.22,New,Active
C00202,-4,North,-60800.0,2020-10-31,3,60.72,962.38,VIP,Active
C00203,39,North,,2018-01-30,1,102.04,814.34,Inactive,Active
C00204,9,North,94100.0,2021-10-23,1,88.35,797.78,Regular,Inactive
C00205,3,North,-89000.0,2017-01-10,5,150.62,848.3,Regular,Active
C00206,-21,Central,-34700.0,2017-05-06,3,87.02,796.53,Regular,Churned
C00207,-6,Central,58200.0,2019-04-05,6,81.6,833.99,Regular,Active
C00208,55,West,74300.0,2018-11-14,2,203.2,1155.46,New,Inactive
C00209,-35,South,82900.0,2021-04-19,2,149.61,736.28,New,Inactive
C00210,14,South,-117500.0,2017-10-15,2,100.72,1537.91,Regular,Active
C00211,-1,East,2800.0,2020-01-23,4,127.97,968.52,New,Churned
C00212,34,South,127800.0,2015-07-07,4,75.17,1243.18,Regular,Inactive
C00213,66,South,-189000.0,2020-08-14,2,62.41,863.21,Regular,Active
C00214,67,Central,85200.0,2019-04-22,1,136.35,670.57,Regular,Active
C00215,1,North,6300.0,2015-03-05,3,83.89,1116.77,Regular,Churned
C00216,45,South,17400.0,2017-06-25,4,169.33,986.15,VIP,Churned
C00217,3,Central,,2019-12-28,5,259.14,555.57,Regular,Inactive
C00218,18,East,178900.0,2019-04-16,3,97.95,1224.85,VIP,Active
C00219,89,North,99600.0,2017-11-27,1,123.49,1041.78,VIP,Active
C00220,67,North,-10800.0,2015-09-28,3,124.1,888.8,Regular,Active
C00221,-21,Central,23100.0,2020-11-21,2,64.84,545.75,Regular,Active
C00222,22,North,245800.0,2020-02-25,2,65.84,440.77,Inactive,Active
C00223,81,West,248600.0,2015-12-10,1,170.12,519.95,Inactive,Active
C00224,-27,North,-77000.0,2018-01-22,2,84.56,1028.13,Regular,Active
C00225,95,Central,110100.0,2018-11-17,4,62.72,1233.47,VIP,Active
C00226,69,North,71400.0,2019-07-10,2,55.76,997.12,VIP,Active
C00227,28,South,139900.0,2019-04-03,3,117.07,1359.45,VIP,Active
C00228,-3,South,-76900.0,2015-11-29,1,88.02,888.39,Regular,Active
C00229,44,North,234800.0,2015-07-04,1,69.56,1620.76,VIP,Active
C00230,46,Central,61200.0,2015-09-25,3,55.7,526.13,Regular,Inactive
C00231,49,Central,-9000.0,2017-06-05,2,71.01,921.33,Regular,Active
C00232,17,South,-22000.0,2016-05-08,4,96.04,667.57,Inactive,Inactive
C00233,36,East,86500.0,2018-10-23,1,67.08,1146.18,VIP,Active
C00234,35,South,-99300.0,2015-09-30,6,74.57,804.78,New,Active
C00235,93,East,-35900.0,2019-09-29,4,62.69,1312.15,New,Active
C00236,-13,East,-51600.0,2019-02-28,8,174.3,1256.68,VIP,Active
C00237,67,West,154900.0,2018-05-14,5,73.92,1156.47,New,Churned
C00238,129,East,-30900.0,2021-04-22,0,61.17,1019.35,New,Active
C00239,43,West,121400.0,2016-06-10,5,84.31,844.11,VIP,Inactive
C00240,31,South,-3300.0,2020-10-05,0,111.01,1265.8,New,Active
C00241,15,West,-64000.0,2019-08-25,6,178.68,632.93,Regular,Active
C00242,-11,North,-104900.0,2016-10-11,4,144.82,1142.16,Inactive,Active
C00243,-18,North,123400.0,2017-12-25,3,48.16,910.62,Regular,Churned
C00244,27,South,36800.0,2021-12-07,4,99.04,632.65,Regular,Active
C00245,3,North,53200.0,2018-05-19,4,148.62,1165.09,Regular,Active
C00246,81,North,25100.0,2017-04-28,2,92.14,1584.94,Regular,Active
C00247,43,Central,-40700.0,2016-08-20,6,102.16,1546.43,Regular,Active
C00248,2,South,-102500.0,2018-04-19,3,63.16,988.99,Inactive,Churned
C00249,34,South,84600.0,2019-01-19,3,89.74,822.03,Regular,Inactive
C00250,42,East,105900.0,2019-06-20,1,100.94,854.63,Inactive,Active
C00251,29,South,42300.0,2017-08-09,2,209.16,1275.34,Regular,Active
C00252,2,West,35600.0,2016-01-17,1,127.15,745.88,Regular,Active
C00253,51,South,32500.0,2017-08-05,3,97.18,741.89,Regular,Active
C00254,98,Central,-70000.0,2021-12-18,3,37.42,658.59,Regular,Active
C00255,58,North,-95300.0,2018-05-19,4,98.29,700.74,New,Active
C00256,-16,North,,2016-07-03,1,95.04,793.33,Regular,Active
C00257,83,East,-64000.0,2020-11-04,2,217.17,1836.29,Inactive,Active
C00258,16,West,115200.0,2015-05-04,4,37.09,642.8,Regular,Active
C00259,37,North,-127500.0,2015-04-22,6,141.29,800.27,New,Active
C00260,-12,West,6000.0,2018-06-16,6,60.62,1139.05,VIP,Inactive
C00261,-10,West,125000.0,2021-07-30,7,107.4,889.84,Regular,Churned
C00262,-49,West,-181700.0,2020-10-13,8,70.33,534.86,Regular,Active
C00263,33,Central,,2017-08-09,2,110.73,1225.4,New,Active
C00264,-24,South,72500.0,2020-04-17,3,90.07,578.67,Regular,Active
C00265,-16,South,121600.0,2015-09-05,2,164.15,972.17,Regular,Active
C00266,96,Central,119800.0,2017-08-20,3,147.46,879.55,VIP,Active
C00267,-12,East,12600.0,2019-01-16,3,59.67,751.38,VIP,Active
C00268,47,West,-114100.0,2016-11-27,1,111.13,1208.74,Regular,Inactive
C00269,51,West,,2017-08-16,6,67.25,666.65,Inactive,Active
C00270,-27,Central,-29300.0,2018-01-02,1,128.12,1263.65,New,Active
C00271,45,Central,-99900.0,2015-06-05,3,92.53,1285.04,Inactive,Active
C00272,-25,Central,165400.0,2017-01-28,0,102.62,1042.77,VIP,Churned
C00273,28,North,149900.0,2019-02-26,3,132.29,885.24,New,Churned
C00274,-4,East,37600.0,2016-08-08,2,167.16,1249.47,New,Active
C00275,14,North,-189900.0,2016-10-15,0,74.63,981.7,Inactive,Inactive
C00276,40,West,-116200.0,2019-12-08,3,85.89,1397.19,Regular,Active
C00277,57,West,136400.0,2021-11-25,6,89.29,993.42,VIP,Active
C00278,-21,South,19300.0,2020-06-07,3,27.71,1362.82,New,Active
C00279,0,South,95500.0,2016-10-15,4,96.61,986.58,New,Inactive
C00280,-38,West,153000.0,2015-11-09,5,33.9,455.35,Regular,Active
C00281,-18,Central,83100.0,2017-03-31,2,86.98,1294.12,VIP,Inactive
C00282,78,South,11800.0,2015-09-11,4,67.4,769.35,New,Active
C00283,89,Central,99900.0,2020-04-13,8,59.86,496.89,New,Active
C00284,-53,East,-55700.0,2020-03-21,3,94.85,1452.87,Regular,Inactive
C00285,-37,Central,-157100.0,2019-09-07,3,111.63,634.85,Regular,Active
C00286,-7,South,-62000.0,2017-12-30,3,113.9,1204.81,Regular,Active
C00287,-18,West,-0.0,2018-12-09,2,122.92,1813.11,Regular,Active
C00288,26,East,-400.0,2016-02-20,0,119.3,1537.15,Regular,Active
C00289,45,South,3900.0,2017-08-24,4,137.87,1129.43,Regular,Inactive
C00290,126,South,115000.0,2017-11-23,3,70.79,598.91,Inactive,Active
C00291,59,West,27900.0,2015-06-29,5,61.02,702.72,Regular,Active
C00292,59,North,-92100.0,2019-06-14,3,58.99,1481.28,Regular,Active
C00293,-4,West,135800.0,2017-11-27,1,78.0,1292.63,Regular,Active
C00294,-3,East,-1800.0,2020-06-25,3,238.98,455.72,Regular,Active
C00295,63,West,186400.0,2015-05-18,2,59.46,905.31,Inactive,Active
C00296,-1,West,-63900.0,2018-05-02,0,70.71,615.67,Regular,Active
C00297,50,South,57300.0,2018-03-01,2,187.13,406.17,Regular,Active
C00298,15,East,81200.0,2015-07-30,6,121.03,539.86,Regular,Active
C00299,80,East,-72300.0,2021-03-02,3,62.58,1139.36,New,Active
C00300,59,Central,311000.0,2020-05-27,3,37.25,660.23,Regular,Active
C00301,-25,North,-59900.0,2020-10-15,2,44.07,905.04,New,Active
C00302,-11,South,105600.0,2020-03-07,2,130.92,792.29,New,Active
C00303,-12,Central,,2019-05-06,4,66.91,1039.46,Regular,Active
C00304,87,East,234000.0,2020-01-04,5,45.71,724.04,Regular,Active
C00305,-8,North,138700.0,2017-05-10,1,55.13,1561.7,New,Active
C00306,-3,East,-52400.0,2015-02-04,2,148.34,988.28,Regular,Active
C00307,3,North,-87100.0,2020-03-04,1,79.16,740.01,New,Active
C00308,84,North,186500.0,2015-08-12,4,183.35,1211.21,New,Inactive
C00309,-29,South,-241900.0,2016-09-29,4,40.65,1097.87,VIP,Active
C00310,-23,Central,118200.0,2015-05-29,4,59.81,884.2,Regular,Active
C00311,44,East,25900.0,2021-06-25,2,169.89,645.92,New,Active
C00312,60,South,119200.0,2015-02-09,3,97.18,658.89,New,Active
C00313,70,West,33900.0,2021-07-20,4,55.99,953.47,Regular,Active
C00314,16,North,113400.0,2021-07-12,2,111.39,959.96,New,Inactive
C00315,17,North,51100.0,2017-07-11,5,111.92,580.48,Regular,Active
C00316,52,East,-82900.0,2017-01-03,5,92.32,1442.77,New,Active
C00317,105,East,102100.0,2017-10-08,3,166.62,878.48,Regular,Active
C00318,4,East,,2017-12-10,0,140.34,570.17,Regular,Active
C00319,-57,North,-302600.0,2015-06-02,3,67.36,802.95,Regular,Active
C00320,39,West,50700.0,2019-01-27,0,86.15,648.95,New,Active
C00321,-1,South,-155600.0,2021-04-11,3,57.72,1348.99,Inactive,Churned
C00322,-36,South,169200.0,2018-12-19,5,76.84,957.23,Regular,Churned
C00323,91,Central,-118000.0,2017-11-12,5,78.02,1596.09,Regular,Active
C00324,-3,East,-96900.0,2021-10-02,2,78.4,1030.78,Regular,Active
C00325,100,East,131000.0,2019-05-19,2,113.78,920.0,Regular,Active
C00326,7,South,-72400.0,2018-08-06,3,140.43,977.93,Regular,Active
C00327,-13,South,123200.0,2018-10-23,6,107.19,1889.51,VIP,Active
C00328,67,Central,116700.0,2019-02-12,2,120.95,962.45,Regular,Active
C00329,-1,North,-43200.0,2020-02-09,6,101.79,1034.13,New,Active
C00330,0,East,134000.0,2017-04-25,0,129.75,1079.62,New,Inactive
C00331,39,Central,-39000.0,2018-12-06,4,60.89,1630.65,Regular,Inactive
C00332,-17,West,35000.0,2020-12-05,6,122.23,1110.25,Regular,Churned
C00333,90,East,25900.0,2016-09-20,4,57.34,695.43,Inactive,Inactive
C00334,-5,South,91500.0,2020-01-03,3,54.53,1324.11,New,Active
C00335,25,West,121100.0,2017-01-11,0,119.89,679.81,VIP,Active
C00336,2,East,36600.0,2019-04-07,3,159.25,947.61,Regular,Active
C00337,29,West,200400.0,2020-12-30,0,169.67,448.89,VIP,Active
C00338,41,East,163700.0,2018-03-31,4,125.75,999.55,New,Active
C00339,-12,West,-54000.0,2020-11-27,3,118.84,1174.81,Regular,Active
C00340,39,South,,2016-05-26,5,81.89,880.53,VIP,Inactive
C00341,9,Central,-4400.0,2018-06-03,0,66.26,1083.38,Regular,Active
C00342,47,South,213400.0,2017-08-25,1,161.55,906.15,Regular,Churned
C00343,3,Central,-66400.0,2018-02-28,4,36.86,1242.41,VIP,Active
C00344,-43,North,131600.0,2018-06-27,2,107.8,809.19,VIP,Active
C00345,19,North,77500.0,2020-06-21,1,152.38,993.09,Inactive,Inactive
C00346,-25,North,-92400.0,2016-06-16,2,111.21,872.75,Regular,Churned
C00347,-15,South,-64700.0,2021-07-17,3,107.78,1140.4,Regular,Churned
C00348,92,North,266000.0,2017-01-17,1,78.69,860.13,VIP,Active
C00349,34,South,69000.0,2017-01-26,3,109.78,933.04,New,Active
C00350,70,South,251000.0,2019-04-14,3,133.38,1269.47,Regular,Active
C00351,35,South,120900.0,2015-02-20,3,108.68,595.77,Regular,Active
C00352,-34,Central,96300.0,2015-09-24,3,147.98,1104.98,New,Active
C00353,38,North,83200.0,2016-03-02,3,43.6,601.13,Regular,Active
C00354,75,North,-12100.0,2020-03-16,2,51.51,860.23,Regular,Inactive
C00355,-8,West,-21900.0,2016-04-28,6,78.26,1325.95,Regular,Active
C00356,8,Central,-10400.0,2015-10-03,3,108.04,794.6,Regular,Inactive
C00357,-28,West,18200.0,2018-12-12,5,105.99,607.63,VIP,Active
C00358,22,West,339400.0,2016-03-25,2,118.56,946.91,New,Churned
C00359,11,West,-64500.0,2018-10-04,3,132.94,739.64,VIP,Active
C00360,87,Central,233100.0,2015-05-02,7,76.66,992.75,Regular,Active
C00361,68,Central,62000.0,2019-06-18,2,62.52,716.01,New,Churned
C00362,57,West,-6200.0,2020-06-07,2,36.36,1253.2,New,Active
C00363,60,Central,168200.0,2021-10-15,5,85.45,1266.88,New,Active
C00364,-8,West,-34200.0,2016-08-16,4,96.7,831.45,Regular,Active
C00365,9,West,49700.0,2016-01-12,2,143.49,795.55,VIP,Active
C00366,44,South,156000.0,2021-07-31,3,73.78,779.14,Inactive,Active
C00367,26,South,19300.0,2018-06-21,4,116.37,778.21,Regular,Active
C00368,55,West,22600.0,2015-03-02,2,38.48,1279.67,Regular,Active
C00369,35,North,,2019-08-28,3,49.26,408.39,New,Churned
C00370,-18,North,79200.0,2016-11-18,5,70.47,1402.75,Regular,Active
C00371,35,Central,144600.0,2019-04-19,1,32.22,1007.76,VIP,Active
C00372,-6,Central,-37800.0,2015-01-02,3,206.03,1126.56,VIP,Inactive
C00373,48,Central,111600.0,2020-06-09,9,42.46,822.47,Regular,Churned
C00374,114,West,10800.0,2019-05-10,7,117.0,1017.96,Inactive,Active
C00375,41,North,,2017-10-28,1,135.52,860.94,New,Inactive
C00376,-33,East,126600.0,2019-08-16,6,75.91,1237.95,New,Inactive
C00377,55,East,167200.0,2015-11-20,2,87.05,507.46,Regular,Active
C00378,20,North,,2016-06-16,2,123.06,781.02,New,Active
C00379,51,East,149000.0,2017-09-08,3,88.28,768.37,Inactive,Churned
C00380,68,North,-57900.0,2018-10-03,2,126.89,579.19,Regular,Inactive
C00381,-29,East,135400.0,2015-11-16,1,109.26,1099.07,Regular,Active
C00382,-54,East,179400.0,2021-05-16,3,120.99,1719.13,New,Inactive
C00383,55,North,-4300.0,2016-04-24,0,71.03,1088.35,New,Inactive
C00384,51,Central,54300.0,2021-04-20,1,80.17,843.74,Regular,Inactive
C00385,16,North,-143000.0,2019-01-05,9,64.28,1016.12,Regular,Active
C00386,24,West,139400.0,2018-07-04,1,210.92,790.88,Regular,Churned
C00387,-18,North,-42600.0,2015-07-05,3,114.34,1184.55,VIP,Active
C00388,23,West,72400.0,2017-01-30,4,77.51,842.81,New,Active
C00389,72,Central,,2018-10-10,3,118.89,830.5,New,Active
C00390,29,West,-26000.0,2017-04-28,5,53.24,725.73,Regular,Active
C00391,8,South,-100800.0,2019-02-06,3,88.17,1489.86,New,Active
C00392,2,North,-21500.0,2018-04-20,3,102.95,1063.24,Regular,Active
C00393,-13,West,-32600.0,2018-11-05,5,51.81,1372.98,Regular,Active
C00394,-2,South,10700.0,2018-08-27,6,57.57,927.05,VIP,Active
C00395,41,South,156300.0,2019-12-06,2,41.11,737.83,Regular,Inactive
C00396,-27,South,97500.0,2016-02-13,5,60.91,781.86,Inactive,Inactive
C00397,2,East,-14700.0,2015-04-19,4,111.74,1304.43,VIP,Active
C00398,-10,South,65600.0,2018-06-30,6,61.39,989.01,Regular,Active
C00399,-2,East,151400.0,2018-12-30,3,41.56,1351.68,Regular,Active
C00400,-11,East,122200.0,2019-07-15,5,133.79,1658.15,Inactive,Inactive
C00401,33,East,,2016-04-14,4,67.43,1633.06,Regular,Active
C00402,70,Central,-55200.0,2017-02-15,3,78.73,846.01,VIP,Active
C00403,-12,Central,-19000.0,2020-02-22,4,84.31,985.52,VIP,Active
C00404,36,North,-107800.0,2016-07-08,3,113.95,864.36,Regular,Active
C00405,-28,East,-117300.0,2015-03-12,1,106.82,1378.6,VIP,Active
C00406,-35,West,105200.0,2020-04-10,4,28.52,612.87,VIP,Active
C00407,9,North,130400.0,2020-12-13,2,156.83,949.63,Regular,Churned
C00408,38,Central,91800.0,2018-08-18,5,149.19,919.93,New,Active
C00409,50,West,-38900.0,2019-04-09,3,60.35,1302.7,Inactive,Active
C00410,85,North,200200.0,2015-06-26,4,150.6,1475.99,Inactive,Churned
C00411,29,East,33600.0,2017-11-22,2,79.26,766.57,Regular,Inactive
C00412,5,Central,125400.0,2020-05-07,1,95.58,514.52,VIP,Active
C00413,-5,South,34100.0,2020-02-08,1,142.92,961.0,Regular,Active
C00414,42,East,9100.0,2018-06-20,4,49.52,2073.65,Regular,Inactive
C00415,75,South,126100.0,2016-07-04,9,168.0,625.7,VIP,Active
C00416,72,South,,2019-01-03,3,238.74,450.59,VIP,Active
C00417,-14,East,25400.0,2019-03-21,5,68.16,706.07,Regular,Active
C00418,32,East,-74700.0,2019-02-18,3,102.62,1056.65,New,Active
C00419,27,South,122300.0,2018-10-11,3,109.32,851.59,VIP,Active
C00420,3,Central,12100.0,2018-08-15,7,42.51,1340.34,Inactive,Active
C00421,32,North,-1200.0,2018-07-19,1,59.53,857.79,New,Active
C00422,-50,West,,2016-02-17,2,49.82,680.31,New,Active
C00423,52,North,135900.0,2020-03-20,2,62.25,1072.29,Regular,Active
C00424,56,East,126000.0,2018-07-10,2,34.75,856.34,Regular,Inactive
C00425,26,Central,-91000.0,2021-12-25,1,63.29,1167.42,Regular,Active
C00426,-9,North,145100.0,2021-10-17,3,112.56,1119.19,VIP,Inactive
C00427,0,Central,120700.0,2020-06-04,1,96.16,914.39,VIP,Active
C00428,1,West,-13600.0,2015-11-11,1,30.24,628.66,Regular,Active
C00429,58,South,,2017-05-16,4,46.46,837.25,New,Active
C00430,-2,East,-43500.0,2019-05-11,2,66.41,747.09,Regular,Active
C00431,120,West,21400.0,2016-11-03,4,64.99,1253.57,New,Inactive
C00432,-9,South,147900.0,2015-08-19,1,173.58,1250.03,Regular,Churned
C00433,55,East,173100.0,2020-10-30,4,47.1,1308.07,Regular,Active
C00434,49,North,-35200.0,2017-05-25,6,81.61,760.55,Regular,Churned
C00435,56,West,43400.0,2021-07-20,6,75.35,662.93,Regular,Inactive
C00436,-3,Central,-18700.0,2019-08-11,2,113.97,1195.74,Regular,Active
C00437,55,Central,-141400.0,2016-09-15,1,150.85,587.95,Regular,Active
C00438,1,North,77800.0,2018-04-14,1,72.08,1086.88,Inactive,Inactive
C00439,65,East,23300.0,2018-10-16,4,26.97,1004.28,Regular,Active
C00440,24,Central,32700.0,2018-04-23,2,70.95,473.29,Regular,Inactive
C00441,10,West,-251600.0,2021-03-01,4,131.49,1174.36,Regular,Active
C00442,71,West,41700.0,2016-06-07,4,154.98,887.16,Regular,Active
C00443,32,Central,296200.0,2018-06-21,2,36.74,1609.75,Regular,Active
C00444,78,Central,-124800.0,2016-08-07,3,97.29,776.4,VIP,Active
C00445,-5,East,-145600.0,2021-01-11,2,64.45,1045.08,Regular,Active
C00446,8,South,85100.0,2015-02-01,3,165.97,706.41,VIP,Active
C00447,62,Central,137700.0,2015-11-04,5,35.75,851.22,Regular,Churned
C00448,19,South,,2015-02-13,3,97.35,650.35,New,Churned
C00449,-17,West,58200.0,2015-12-11,3,208.94,734.6,VIP,Active
C00450,56,Central,227300.0,2015-03-17,1,65.74,954.25,Inactive,Active
C00451,-6,South,-86700.0,2018-04-04,2,103.0,919.09,Regular,Active
C00452,-5,North,-28200.0,2020-01-01,3,78.86,865.69,Regular,Active
C00453,-1,East,-124200.0,2015-05-31,1,82.09,763.1,Inactive,Active
C00454,104,North,36300.0,2018-08-04,3,23.26,741.83,Regular,Active
C00455,59,South,-14700.0,2016-11-20,3,96.69,529.11,VIP,Inactive
C00456,17,West,82600.0,2016-06-04,6,67.49,558.53,Regular,Inactive
C00457,15,South,-97200.0,2016-11-05,0,111.92,1161.8,VIP,Active
C00458,-39,West,150600.0,2018-11-25,3,101.62,1027.94,Inactive,Active
C00459,48,North,139900.0,2021-09-12,4,102.48,642.46,Inactive,Active
C00460,-8,North,-23800.0,2015-07-12,4,58.28,587.07,New,Active
C00461,26,Central,-52300.0,2017-02-26,3,196.12,1175.66,Regular,Active
C00462,75,South,-47000.0,2016-09-06,3,74.93,747.26,VIP,Active
C00463,79,Central,167400.0,2019-05-13,2,105.08,1615.84,Regular,Active
C00464,60,East,88300.0,2016-10-06,6,117.22,977.57,Regular,Active
C00465,70,West,26800.0,2016-09-29,4,68.31,833.8,VIP,Active
C00466,31,North,91300.0,2017-07-03,1,106.58,1359.07,Inactive,Active
C00467,13,East,-121700.0,2017-12-01,2,52.05,1692.71,Regular,Active
C00468,-2,East,61600.0,2020-01-28,7,106.48,1117.62,Regular,Active
C00469,96,Central,124100.0,2017-06-19,2,146.69,871.27,Inactive,Churned
C00470,-7,South,-90700.0,2020-09-25,5,30.76,1035.54,Regular,Active
C00471,-32,East,102900.0,2019-12-18,2,90.28,1116.8,Regular,Active
C00472,80,South,-35500.0,2019-06-23,5,114.34,1580.98,VIP,Active
C00473,88,East,225000.0,2017-09-01,3,130.73,1001.4,Regular,Active
C00474,-21,Central,69300.0,2020-01-20,3,78.17,966.71,Regular,Inactive
C00475,9,West,-146000.0,2015-04-10,2,95.35,1530.8,VIP,Active
C00476,7,North,91500.0,2016-10-29,2,141.84,565.19,Regular,Active
C00477,-20,South,-36900.0,2016-05-27,4,38.45,1599.08,New,Active
C00478,77,South,260900.0,2017-04-13,1,140.57,966.63,VIP,Active
C00479,25,South,118900.0,2021-05-06,6,192.06,734.07,Inactive,Active
C00480,-11,East,-11300.0,2020-07-05,2,96.36,1210.57,VIP,Active
C00481,-77,East,-194300.0,2020-02-29,5,53.22,772.24,New,Active
C00482,4,West,-65600.0,2021-03-29,1,203.59,1430.03,VIP,Active
C00483,24,North,-21400.0,2017-03-21,1,161.37,601.63,Inactive,Churned
C00484,44,East,17500.0,2021-12-08,2,146.71,929.01,VIP,Active
C00485,61,West,114800.0,2021-08-26,4,147.14,970.46,Regular,Active
C00486,-18,East,-192300.0,2015-12-04,3,42.83,986.19,VIP,Inactive
C00487,44,East,307600.0,2019-05-10,2,68.58,737.13,Regular,Active
C00488,-7,West,-21100.0,2021-02-20,1,68.99,801.64,Inactive,Active
C00489,-92,South,181400.0,2015-03-01,4,98.6,872.85,Regular,Active
C00490,-18,East,12800.0,2021-02-20,2,70.16,680.69,VIP,Inactive
C00491,71,Central,-50800.0,2019-03-09,5,42.57,1515.85,Regular,Active
C00492,10,West,-132100.0,2021-03-31,1,49.98,486.2,VIP,Active
C00493,98,Central,302200.0,2018-04-13,2,83.38,836.35,VIP,Active
C00494,4,Central,-117300.0,2017-02-21,1,95.35,1578.48,Regular,Active
C00495,67,North,178300.0,2015-04-09,3,155.94,1484.85,Regular,Active
C00496,-4,North,-35200.0,2018-06-10,3,129.18,1148.62,New,Active
C00497,14,West,17600.0,2021-02-19,1,85.51,771.84,VIP,Active
C00498,-29,North,-119700.0,2016-06-25,5,55.32,1240.53,Regular,Active
C00499,42,East,-128400.0,2020-09-21,3,94.81,747.31,New,Inactive
C00500,-21,West,-253600.0,2015-09-21,1,120.73,970.17,VIP,Active