Baselight

Payment Date Dataset

Dataset about Payment Date perfect for payment date prediction

@kaggle.rajattomar132_payment_date_dataset

Loading...
Loading...

About this Dataset

Payment Date Dataset

The invoices dataset contains the past payment information and behaviour of various buyers. Based on the previous payment patterns, the ML model will predict what will be the date a payment is made by the customer for an invoice.
The model will also predict which aging bucket the invoice falls into based on the predicted payment date.

Tables

Dataset

@kaggle.rajattomar132_payment_date_dataset.dataset
  • 1.62 MB
  • 50000 rows
  • 19 columns
Loading...

CREATE TABLE dataset (
  "business_code" VARCHAR,
  "cust_number" VARCHAR,
  "name_customer" VARCHAR,
  "clear_date" TIMESTAMP,
  "buisness_year" BIGINT,
  "doc_id" BIGINT,
  "posting_date" TIMESTAMP,
  "document_create_date" BIGINT,
  "document_create_date_1" BIGINT,
  "due_in_date" BIGINT,
  "invoice_currency" VARCHAR,
  "document_type" VARCHAR,
  "posting_id" BIGINT,
  "area_business" VARCHAR,
  "total_open_amount" DOUBLE,
  "baseline_create_date" BIGINT,
  "cust_payment_terms" VARCHAR,
  "invoice_id" DOUBLE,
  "isopen" BIGINT
);

Share link

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