Baselight

Refreshment Sales

Summarization and Analysis

@kaggle.yiorgos1973_refreshment_sales

Population
@kaggle.yiorgos1973_refreshment_sales.population

  • 6.1 KB
  • 5 rows
  • 8 columns
city

City

pop2018

Pop2018

n__pop2017

Pop2017

pop2016

Pop2016

pop2015

Pop2015

pop2014

Pop2014

pop2013

Pop2013

pop2012

Pop2012

Athens664046665871665102667237668203671022672130
Thessaloniki354290353001351702351650349232347001346502
Patra168034168501168254167001167242166301164250
Larisa144651144302142030141732140563139242137540
Irakleion137154138200137302138560136202135432134219

CREATE TABLE population (
  "city" VARCHAR,
  "pop2018" BIGINT,
  "n__pop2017" BIGINT,
  "pop2016" BIGINT,
  "pop2015" BIGINT,
  "pop2014" BIGINT,
  "pop2013" BIGINT,
  "pop2012" BIGINT
);

Share link

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