Baselight

Smart Cities Index Datasets

Data Collected from Different Types of IoT Devices

@kaggle.magdamonteiro_smart_cities_index_datasets

Smart City Index Headers
@kaggle.magdamonteiro_smart_cities_index_datasets.smart_city_index_headers

  • 14.16 KB
  • 102 rows
  • 11 columns
id

Id

city

City

country

Country

smart_mobility

Smart Mobility

smart_environment

Smart Environment

smart_government

Smart Government

smart_economy

Smart Economy

smart_people

Smart People

smart_living

Smart Living

smartcity_index

SmartCity Index

smartcity_index_relative_edmonton

SmartCity Index Relative Edmonton

1OsloNorway6480651275164565861890907138666
2BergenNorway7097687673504905805090907296823
3AmsterdamNetherlands7540555885288095709872807311839
4CopenhagenDenmark7490792087265580578072007171698
5StockholmSweden6122769283544330674377306812340
6MontrealCanada7490484866246180846599207353880
7ViennaAustria5683760862325415858075006771298
8OdenseDenmark6160840475785200695572006886414
9SingaporeSingapore57904344556055359695100006813341
10BostonUnited States7870522460208935657362206852380

CREATE TABLE smart_city_index_headers (
  "id" BIGINT,
  "city" VARCHAR,
  "country" VARCHAR,
  "smart_mobility" BIGINT,
  "smart_environment" BIGINT,
  "smart_government" BIGINT,
  "smart_economy" BIGINT,
  "smart_people" BIGINT,
  "smart_living" BIGINT,
  "smartcity_index" BIGINT,
  "smartcity_index_relative_edmonton" BIGINT
);

Share link

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