Baselight

SAP Bikes Sales Sample Data

Bikes Sales sample content from SAP ERP and cloud

@kaggle.yasinnaal_bikes_sales_sample_data

Addresses
@kaggle.yasinnaal_bikes_sales_sample_data.addresses

  • 11.62 KB
  • 54 rows
  • 12 columns
addressid

ADDRESSID

city

CITY

postalcode

POSTALCODE

street

STREET

building

BUILDING

country

COUNTRY

region

REGION

addresstype

ADDRESSTYPE

validity_startdate

VALIDITY STARTDATE

validity_enddate

VALIDITY ENDDATE

latitude

LATITUDE

longitude

LONGITUDE

1000000034West Nyack10994Settlers Lane5027USAMER2200001019999123141.100057-73.973562
1000000035Fair Oaks95628Woodland Terrace4467USAMER2200001019999123138.638355-121.286683
1000000036Dunn28334Layman Avenue2250USAMER2200001019999123135.312013-78.60995
1000000037Chicago60605University Drive4697USAMER2200001019999123141.874591-87.627303
1000000038Ocala34471Bagwell Avenue1565USAMER2200001019999123129.183977-82.118413
1000000039Callenberg02681Kantstraße56DEEMEA2200001019999123151.09658814.433772
1000000040Trimport54636Luetzowplatz74DEEMEA2200001019999123149.9087596.578609
1000000041Berlin Mariendorf12107Brandenburgische Straße10DEEMEA2200001019999123152.49224513.310903
1000000042Marne25705An Der Urania30DEEMEA2200001019999123153.9526099.018139
1000000043Augsburg86045Sonnenallee43DEEMEA2200001019999123148.37062510.893961

CREATE TABLE addresses (
  "addressid" BIGINT,
  "city" VARCHAR,
  "postalcode" VARCHAR,
  "street" VARCHAR,
  "building" DOUBLE,
  "country" VARCHAR,
  "region" VARCHAR,
  "addresstype" BIGINT,
  "validity_startdate" BIGINT,
  "validity_enddate" BIGINT,
  "latitude" DOUBLE,
  "longitude" DOUBLE
);

Share link

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