Learn R Programming

SveltePlots (version 0.1.0)

walmart_sales_weekly: Walmart Weekly Sales Data

Description

Weekly Sales Data

Usage

walmart_sales_weekly

Arguments

Format

A tibble with 1,001 rows and 17 variables:

id

Unique identifier for the combination of Store and Dept, a factor

Store

Store number, a numeric value

Dept

Department number, a numeric value

Date

Date of the observation, in Date format

Weekly_Sales

Sales for the given department in the given store, a numeric value

IsHoliday

Indicator of whether the week is a special holiday week, a logical value

Type

Type of store, a character string

Size

Size of the store, a numeric value

Temperature

Temperature during the week, in degrees Fahrenheit, a numeric value

Fuel_Price

Cost of fuel in the region, a numeric value

MarkDown1

Markdown 1, a numeric value

MarkDown2

Markdown 2, a numeric value

MarkDown3

Markdown 3, a numeric value

MarkDown4

Markdown 4, a numeric value

MarkDown5

Markdown 5, a numeric value

CPI

Consumer Price Index, a numeric value

Unemployment

Unemployment rate, a numeric value

Details

A dataset containing weekly sales data for a retail company, including information on holidays, markdowns, and economic indicators.

Examples

Run this code
data(walmart_sales_weekly)
head(walmart_sales_weekly)

Run the code above in your browser using DataLab