Baselight

Fashion E-commerce User Data

Users behavior and country-level trends in fashion e-commerce

@kaggle.utkarshx27_fashion_ecommerce_user_data

Ds1
@kaggle.utkarshx27_fashion_ecommerce_user_data.ds1

  • 1.51 MB
  • 98913 rows
  • 24 columns
identifierhash

IdentifierHash

type

Type

country

Country

language

Language

socialnbfollowers

SocialNbFollowers

socialnbfollows

SocialNbFollows

socialproductsliked

SocialProductsLiked

productslisted

ProductsListed

productssold

ProductsSold

productspassrate

ProductsPassRate

productswished

ProductsWished

productsbought

ProductsBought

gender

Gender

civilitygenderid

CivilityGenderId

civilitytitle

CivilityTitle

hasanyapp

HasAnyApp

hasandroidapp

HasAndroidApp

hasiosapp

HasIosApp

hasprofilepicture

HasProfilePicture

dayssincelastlogin

DaysSinceLastLogin

seniority

Seniority

seniorityasmonths

SeniorityAsMonths

seniorityasyears

SeniorityAsYears

countrycode

CountryCode

-7279641312655250028userEtats-Unisen38F2mrstrue7093205106.838.9us
-1456013578740053406userAllemagnede38F2mrstrue7093205106.838.9de
9006282053848196165userSuèdeen38M1mrtruetruetrue6893205106.838.9se
-7154634866120535654userTurquieen38F2mrstrue7093205106.838.9tr
2858299215060733023userFranceen38M1mrtruetruetrue7093205106.838.9fr
-8370972521561479983userRoyaume-Unien38F2mrstrue7093205106.838.9gb
-7877915015908472168userRoyaume-Unien384F2mrstrue5913205106.838.9gb
7455841332634807036userItaliefr38F2mrstruetruetrue7093205106.838.9it
4607255007288453096userItaliefr38F2mrstruetruetrue7013205106.838.9it
-7302797141205914253userFranceen38M1mrtruetruetrue7033205106.838.9fr

CREATE TABLE ds1 (
  "identifierhash" BIGINT,
  "type" VARCHAR,
  "country" VARCHAR,
  "language" VARCHAR,
  "socialnbfollowers" BIGINT,
  "socialnbfollows" BIGINT,
  "socialproductsliked" BIGINT,
  "productslisted" BIGINT,
  "productssold" BIGINT,
  "productspassrate" DOUBLE,
  "productswished" BIGINT,
  "productsbought" BIGINT,
  "gender" VARCHAR,
  "civilitygenderid" BIGINT,
  "civilitytitle" VARCHAR,
  "hasanyapp" BOOLEAN,
  "hasandroidapp" BOOLEAN,
  "hasiosapp" BOOLEAN,
  "hasprofilepicture" BOOLEAN,
  "dayssincelastlogin" BIGINT,
  "seniority" BIGINT,
  "seniorityasmonths" DOUBLE,
  "seniorityasyears" DOUBLE,
  "countrycode" VARCHAR
);

Share link

Anyone who has the link will be able to view this.