Baselight

Collection Of Classification & Regression Datasets

This dataset encompasses my collection of classification and regression

@kaggle.balakrishcodes_others

Customer
@kaggle.balakrishcodes_others.customer

  • 29.96 KB
  • 793 rows
  • 9 columns
customer_id

Customer ID

customer_name

Customer Name

segment

Segment

age

Age

country

Country

city

City

state

State

postal_code

Postal Code

region

Region

CG-12520Claire GuteConsumer67United StatesHendersonKentucky42420South
DV-13045Darrin Van HuffCorporate31United StatesLos AngelesCalifornia90036West
SO-20335Sean O'DonnellConsumer65United StatesFort LauderdaleFlorida33311South
BH-11710Brosina HoffmanConsumer20United StatesLos AngelesCalifornia90032West
AA-10480Andrew AllenConsumer50United StatesConcordNorth Carolina28027South
IM-15070Irene MaddoxConsumer66United StatesSeattleWashington98103West
HP-14815Harold PawlanHome Office20United StatesFort WorthTexas76106Central
PK-19075Pete KrizConsumer46United StatesMadisonWisconsin53711Central
AG-10270Alejandro GroveConsumer18United StatesWest JordanUtah84084West
ZD-21925Zuschuss DonatelliConsumer66United StatesSan FranciscoCalifornia94109West

CREATE TABLE customer (
  "customer_id" VARCHAR,
  "customer_name" VARCHAR,
  "segment" VARCHAR,
  "age" BIGINT,
  "country" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "postal_code" BIGINT,
  "region" VARCHAR
);

Share link

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