Baselight

Sberbank Gender Prediction

Prediction of client gender on card transactions

@kaggle.nenriki_sberbank_gender_prediction

Transactions
@kaggle.nenriki_sberbank_gender_prediction.transactions

  • 2.04 MB
  • 130039 rows
  • 5 columns
client_id

Client Id

datetime

Datetime

code

Code

type

Type

sum

Sum

96372458421 06:33:1560112010-561478.94
24567813377 17:20:406011701067377.47
2171744155 13:38:4760112010-44918.32
14331004263 12:57:0860112010-3368873.66
85302434151 10:34:1248141030-3368.87
31421357398 00:00:0054111110-1572.14
84826852423 15:27:55601070705654.99
9232233666 13:21:2948141030-4491.83
91101111346 11:06:2048141030-4491.83
48933372157 15:22:2459211010-7703.49

CREATE TABLE transactions (
  "client_id" BIGINT,
  "datetime" VARCHAR,
  "code" BIGINT,
  "type" BIGINT,
  "sum" DOUBLE
);

Share link

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