bike_sales | R Documentation |
A dataset containing the fictional bicycle orders spanning 2011 through 2015.
Hypothetically, the bike_sales
data are similar to sales data mainatained
in a business' sales data base. The unit price and model names come from
data provided by model for the bicycle manufacturer, Cannondale (2016).
The customers (bicycle shops) including name, location, etc and
the orders including quantity purchased and order dates are fictional.
The data is intended for implementing business analytics techniques
(e.g. forecast, clustering, etc) to identify underlying trends.
bike_sales
A data frame with 15644 rows and 17 variables:
Date the order was placed
A unique order identification number
The sequential identification number for products on and order
Number of units purchased
The unit price of the bicycle
The extended price = price x quantity
A unique customer identification number
The customer name
The city that the bike shop is located
The state that the bike shop is located
The geograhpic latitude of the customer location
The geograhpic longitude of the customer location
A unique product identification number
The model name of the bicycle
The main bicycle category, either "Mountain" or "Road"
One of nine more specific bicycle categories
The bicycle frame material, either "Carbon" or "Aluminum"
The 2016 bicycle model names and prices originated from https://www.cannondale.com/en-us
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.