Baselight

TechSales Bakutech

A Comprehensive Dataset for Bakutech

@kaggle.farhadzeynalli_techsales_bakutech

Assets
@kaggle.farhadzeynalli_techsales_bakutech.assets

  • 5.67 KB
  • 1 row
  • 7 columns
cash_assets

Cash Assets

inventory

Inventory

equipment

Equipment

accounts_receivable

Accounts Receivable

total_assets

Total Assets

shareholder_equity

Shareholder Equity

total_liabilities

Total Liabilities

500000100000020000025000039800003680000300000

CREATE TABLE assets (
  "cash_assets" BIGINT,
  "inventory" BIGINT,
  "equipment" BIGINT,
  "accounts_receivable" BIGINT,
  "total_assets" BIGINT,
  "shareholder_equity" BIGINT,
  "total_liabilities" BIGINT
);

Share link

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