
clickstream data for online shopping
Donated on 12/8/2019
The dataset contains information on clickstream from online store offering clothing for pregnant women.
Dataset Characteristics
Multivariate, Sequential
Subject Area
Business
Associated Tasks
Classification, Regression, Clustering
Feature Type
Integer, Real
# Instances
165474
# Features
14
Dataset Information
Additional Information
The dataset contains information on clickstream from online store offering clothing for pregnant women. Data are from five months of 2008 and include, among others, product category, location of the photo on the page, country of origin of the IP address and product price in US dollars.
Has Missing Values?
No
Variable Information
The dataset contains 14 variables described in a separate file (See 'Data set description')
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset clickstream_data_for_online_shopping = fetch_ucirepo(id=553) # data (as pandas dataframes) X = clickstream_data_for_online_shopping.data.features y = clickstream_data_for_online_shopping.data.targets # metadata print(clickstream_data_for_online_shopping.metadata) # variable information print(clickstream_data_for_online_shopping.variables)
clickstream data for online shopping. (2019). UCI Machine Learning Repository. https://doi.org/10.24432/C5QK7X.
@misc{misc_clickstream_data_for_online_shopping_553, title = {{clickstream data for online shopping}}, year = {2019}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C5QK7X} }
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.