order_db_funmart: Order database (12,000 orders)

order_db_funmartR Documentation

Order database (12,000 orders)

Description

A dataset containing order id, customer id, order date, payment method and order time. 12,000 orders were randomly generated with the help of the packages fabricatr and wakefield. Not every customer from the customer_db_funmart table might have placed an order.

Usage

data(order_db_funmart)

Format

A data frame with 12,500 rows and 6 variables:

order_id

unique order id

customer_id

customer id foreign key related to customer_db_funmart

order_date

order date

order_time

order time

payment_method

1 of 3 methods used to pay for the order

store

grocery store

Details

For example, some customers might have signed up (i.e., input their name, email address, age, location, etc) and browsed the app, causing them to be added to the customers' database, but they never actually completed checkout, so there is no order with their customer id in the order_db_funmart table.


moamiristat/grocerycart documentation built on June 15, 2022, 10 a.m.