Baselight

Credit Card Approval Prediction

A Credit Card Dataset for Machine Learning

@kaggle.rikdifos_credit_card_approval_prediction

Credit Record
@kaggle.rikdifos_credit_card_approval_prediction.credit_record

  • 769.39 KB
  • 1048575 rows
  • 3 columns
id

ID

months_balance

MONTHS BALANCE

status

STATUS

5001711X
5001711-10
5001711-20
5001711-30
5001712C
5001712-1C
5001712-2C
5001712-3C
5001712-4C
5001712-5C

CREATE TABLE credit_record (
  "id" BIGINT,
  "months_balance" BIGINT,
  "status" VARCHAR
);

Share link

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