Morrisons

About

The Morrisons pipeline provides detailed information on various grocery items available at Morrisons. It includes details such as product description, availability, pricing, and manufacturer information. This pipeline is valuable for market analysis, product comparison, and consumer behavior studies.

Data Dictionary

Field NameData TypeExplanation

seller

String

Seller of the product (e.g., Asda)

description

String

Description of the product

review_count

Integer

Number of reviews the product has received

run_uuid

String

Unique identifier for the data collection run

availability

String

Availability status of the product (e.g., InStock)

collection_time

Timestamp

Time when the data was collected

gtin

String

Global Trade Item Number (barcode)

uuid

String

Unique identifier for the product

manufacturer

String

Manufacturer of the product

price

Float

Price of the product

product_id

String

Product identifier

currency

String

Currency of the price (e.g., £)

sku

String

Stock Keeping Unit identifier

brand

String

Brand of the product

image

String

URL of the product image

weight

String

Weight of the product

rating_score

Float

Average rating score of the product

url

String

URL of the product page

price_unit

String

Unit price of the product

condition

String

Condition of the product (e.g., NewCondition)

promotions

String

Promotions available for the product

name

String

Name of the product

category

String

Category of the product

price_per_unit

Float

Price per unit of the product

loyalty_offers

String

Loyalty offers available for the product

simple_loyalty_price

Float

Simple loyalty price for the product

day

Date

Day when the data was collected

CSV Example

Last updated