Baselight

Invoices Data

dataset with several columns related to invoices

@kaggle.ghassenkhaled_invoices_data

Newest Invoices Data
@kaggle.ghassenkhaled_invoices_data.newest_invoices_data

  • 327.07 KB
  • 10000 rows
  • 11 columns
id_invoice

Id Invoice

issueddate

IssuedDate

country

Country

service

Service

total

Total

discount

Discount

tax

Tax

invoicestatus

InvoiceStatus

balance

Balance

duedate

DueDate

client

Client

67Mon Jul 10 2023 00:00:00 GMT+0000 (Coordinated Universal Time)CubaAI Solution8685.4648.85593.26Paid9229.87Thu Aug 03 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Company B
57Wed Oct 05 2022 00:00:00 GMT+0000 (Coordinated Universal Time)UruguayMobile App Development3196.11437.68131.34Pending2889.77Wed Oct 19 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Company A
79Mon Aug 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)LiberiaUI/UX Design294.2848.237.74Overdue253.79Tue Aug 09 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Company D
96Wed Nov 30 2022 00:00:00 GMT+0000 (Coordinated Universal Time)MongoliaMobile App Development2720.38469.24164.15Overdue2415.29Fri Dec 16 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Company D
87Thu Mar 16 2023 00:00:00 GMT+0000 (Coordinated Universal Time)CyprusE-commerce Development2202.77410.17214.34Pending2006.94Tue Apr 04 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Company D
94Fri Feb 10 2023 00:00:00 GMT+0000 (Coordinated Universal Time)New CaledoniaE-commerce Development2700.06153.5731.26Paid2577.75Sat Feb 18 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Company B
67Sun May 07 2023 00:00:00 GMT+0000 (Coordinated Universal Time)MontenegroAI Solution4154.94298.87177.2Overdue4033.27Tue May 30 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Company C
88Mon Feb 20 2023 00:00:00 GMT+0000 (Coordinated Universal Time)KiribatiWeb Development845.2335.6634.76Paid844.33Mon Mar 06 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Company C
26Sun Aug 28 2022 00:00:00 GMT+0000 (Coordinated Universal Time)ChileAI Solution5853.75737.08104.72Overdue5221.39Sat Sep 10 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Company A
40Sun Apr 23 2023 00:00:00 GMT+0000 (Coordinated Universal Time)AnguillaE-commerce Development1546.54280.52134.35Overdue1400.37Sun May 14 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Company C

CREATE TABLE newest_invoices_data (
  "id_invoice" BIGINT,
  "issueddate" TIMESTAMP,
  "country" VARCHAR,
  "service" VARCHAR,
  "total" DOUBLE,
  "discount" DOUBLE,
  "tax" DOUBLE,
  "invoicestatus" VARCHAR,
  "balance" DOUBLE,
  "duedate" TIMESTAMP,
  "client" VARCHAR
);

Share link

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