pydatafaker.business

Create a business with fake data.

Functions

create_business([n_vendors, n_employees, …])

Create an entire fake business.

create_employee_table(vendor_id[, n])

Create a table of fake employees.

create_invoice_table(po_table[, …])

Create fake invoice and invoice line item tables.

create_po_table(vendor_id[, mean_po_amount, …])

Create a table of fake purchase orders (PO).

create_vendor_table([n])

Create a table of fake vendors.