Baselight

Fashion E-commerce User Data

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

@kaggle.utkarshx27_fashion_ecommerce_user_data

Ds2
@kaggle.utkarshx27_fashion_ecommerce_user_data.ds2

  • 30.53 KB
  • 62 rows
  • 32 columns
country

Country

buyers

Buyers

topbuyers

Topbuyers

topbuyerratio

Topbuyerratio

femalebuyers

Femalebuyers

malebuyers

Malebuyers

topfemalebuyers

Topfemalebuyers

topmalebuyers

Topmalebuyers

femalebuyersratio

Femalebuyersratio

topfemalebuyersratio

Topfemalebuyersratio

boughtperwishlistratio

Boughtperwishlistratio

boughtperlikeratio

Boughtperlikeratio

topboughtperwishlistratio

Topboughtperwishlistratio

topboughtperlikeratio

Topboughtperlikeratio

totalproductsbought

Totalproductsbought

totalproductswished

Totalproductswished

totalproductsliked

Totalproductsliked

toptotalproductsbought

Toptotalproductsbought

toptotalproductswished

Toptotalproductswished

toptotalproductsliked

Toptotalproductsliked

meanproductsbought

Meanproductsbought

meanproductswished

Meanproductswished

meanproductsliked

Meanproductsliked

topmeanproductsbought

Topmeanproductsbought

topmeanproductswished

Topmeanproductswished

topmeanproductsliked

Topmeanproductsliked

meanofflinedays

Meanofflinedays

topmeanofflinedays

Topmeanofflinedays

meanfollowers

Meanfollowers

meanfollowing

Meanfollowing

topmeanfollowers

Topmeanfollowers

topmeanfollowing

Topmeanfollowing

France1251534.285140033206862.326.0814.1536.3723.21357313700252491487408964062.91120.228.177.2120.9321.8754.88.810.111
Royaume-Uni792384.856023230870.778.914.979.313.9311.5921741452423378853612473622.718.329.522.4161.2193.7298.368.25.48.811.112.2
Etats-Unis912313.4700212211076.867.721.847.9223.3512.4423701085229917864370169462.611.932.827.9119.4224.1359.3734.99.711.727.9
Allemagne57829540916921870.872.413.916.8810.134.85163511758237615165096106482.820.341.117.8175.7367.2296.639.35.18.611.211.3
Italie400215.328311714770.866.712.568.611.8623.911221972014200519437621713.124.335.524.7208.4103.4247.940.96.411.614.315.4
Espagne255218.21896618374.185.712.986.211.946.21102879181657955846738984431.16526.6222.5427.8271.139.479.517.611.6
Pays-Bas1441510.41182610581.966.719.698.7327.2111.8153727276154295108424983.718.942.719.772.3166.5191.614.36.3917.710.5
Suède151117.3113387474.863.611.355.5212.575.02566498710256234186246583.73367.921.3169.3423.5189.1867.49.120.29.5
Finlande641015.653119182.89035.339.2942.2324.2633193735622125028745.214.655.721.250.287.4184.9121.16.79.210.312.5
Danemark15795.712730980.910012.891.666.854.03438339926413141205934992.821.6168.215.7228.8388.815619.35.68.611.79.7

CREATE TABLE ds2 (
  "country" VARCHAR,
  "buyers" BIGINT,
  "topbuyers" BIGINT,
  "topbuyerratio" DOUBLE,
  "femalebuyers" BIGINT,
  "malebuyers" BIGINT,
  "topfemalebuyers" BIGINT,
  "topmalebuyers" BIGINT,
  "femalebuyersratio" DOUBLE,
  "topfemalebuyersratio" DOUBLE,
  "boughtperwishlistratio" DOUBLE,
  "boughtperlikeratio" DOUBLE,
  "topboughtperwishlistratio" DOUBLE,
  "topboughtperlikeratio" DOUBLE,
  "totalproductsbought" BIGINT,
  "totalproductswished" BIGINT,
  "totalproductsliked" BIGINT,
  "toptotalproductsbought" BIGINT,
  "toptotalproductswished" BIGINT,
  "toptotalproductsliked" BIGINT,
  "meanproductsbought" DOUBLE,
  "meanproductswished" DOUBLE,
  "meanproductsliked" DOUBLE,
  "topmeanproductsbought" DOUBLE,
  "topmeanproductswished" DOUBLE,
  "topmeanproductsliked" DOUBLE,
  "meanofflinedays" DOUBLE,
  "topmeanofflinedays" DOUBLE,
  "meanfollowers" DOUBLE,
  "meanfollowing" DOUBLE,
  "topmeanfollowers" DOUBLE,
  "topmeanfollowing" DOUBLE
);

Share link

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