2024 Urban Bliss Index
including city name, recording month and year
@kaggle.willianoliveiragibin_2024_urban_bliss_index
including city name, recording month and year
@kaggle.willianoliveiragibin_2024_urban_bliss_index
CREATE TABLE test_new (
"city" VARCHAR,
"month" VARCHAR,
"year" BIGINT,
"decibel_level" BIGINT,
"traffic_density" VARCHAR,
"green_space_area" BIGINT,
"air_quality_index" BIGINT,
"happiness_score" DOUBLE,
"cost_of_living_index" BIGINT,
"healthcare_index" BIGINT
);
Anyone who has the link will be able to view this.