Baselight

User's Age By Expenses

This set contains information about user's age and expenses in 204 spheres

@kaggle.aleksandrdremov_sberbank_users_expenses

Transactions Train
@kaggle.aleksandrdremov_sberbank_users_expenses.transactions_train

  • 156.09 MB
  • 26450577 rows
  • 4 columns
client_id

Client Id

trans_date

Trans Date

small_group

Small Group

amount_rur

Amount Rur

331726471.463
3317263545.017
3317281113.887
3317291115.983
33172101121.341
33172111117.941
33172121117.726
33172131847.397
33172131220.009
3317213119.067

CREATE TABLE transactions_train (
  "client_id" BIGINT,
  "trans_date" BIGINT,
  "small_group" BIGINT,
  "amount_rur" DOUBLE
);

Share link

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