Skip to content

Commit

Permalink
added data for table 2 for 2012 and 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed May 6, 2024
1 parent 6e4bff9 commit 0b7cdc3
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions data/flensburg_sozialatlas.sql
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ INSERT INTO residents_by_districts (year, district_id, residents) VALUES



/* TABELLE 2 ANZAHL DER GEBURTEN IN STADTTEILEN 2011, 2017-2021 */
/* TABELLE 2 ANZAHL DER GEBURTEN IN STADTTEILEN 2011,2012 2017-2022 */
DROP TABLE IF EXISTS births_by_districts;

CREATE TABLE IF NOT EXISTS births_by_districts (
Expand All @@ -191,96 +191,121 @@ CREATE INDEX IF NOT EXISTS births_by_districts_year_district_id_idx ON births_by

INSERT INTO births_by_districts (year, district_id, births, birth_rate) VALUES
(2011, 1, 29, 30.4),
(2012, 1, 46, 48.1),
(2017, 1, 39, 36.8),
(2018, 1, 34, 32.1),
(2019, 1, 41, 39.1),
(2020, 1, 41, 39.6),
(2021, 1, 31, 28.3),
(2022, 1, 30, 26.5),

(2011, 2, 53, 35.8),
(2012, 2, 56, 52.5),
(2017, 2, 59, 46.3),
(2018, 2, 55, 44.8),
(2019, 2, 62, 50.2),
(2020, 2, 55, 45.7),
(2021, 2, 61, 47.2),
(2022, 2, 54, 40.3),

(2011, 3, 61, 38.8),
(2012, 3, 107, 49.4),
(2017, 3, 132, 57.9),
(2018, 3, 134, 58.1),
(2019, 3, 142, 60.8),
(2020, 3, 145, 60.6),
(2021, 3, 124, 49.5),
(2022, 3, 119, 47.9),

(2011, 4, 41, 33.9),
(2012, 4, 83, 55.0),
(2017, 4, 67, 44.5),
(2018, 4, 81, 54.0),
(2019, 4, 84, 55.6),
(2020, 4, 75, 50.5),
(2021, 4, 69, 45.0),
(2022, 4, 66, 41.6),

(2011, 5, 56, 30.1),
(2012, 5, 52, 33.5),
(2017, 5, 54, 35.1),
(2018, 5, 69, 45.4),
(2019, 5, 74, 48.7),
(2020, 5, 56, 37.2),
(2021, 5, 55, 36.0),
(2022, 5, 53, 33.8),

(2011, 6, 119, 51.3),
(2012, 6, 56, 45.2),
(2017, 6, 67, 54.1),
(2018, 6, 76, 62.2),
(2019, 6, 64, 53.0),
(2020, 6, 57, 47.7),
(2021, 6, 55, 45.0),
(2022, 6, 53, 41.9),

(2011, 7, 46, 44.1),
(2012, 7, 47, 53.8),
(2017, 7, 55, 60.1),
(2018, 7, 57, 60.3),
(2019, 7, 52, 53.9),
(2020, 7, 46, 50.2),
(2021, 7, 51, 54.2),
(2022, 7, 49, 48.8),

(2011, 8, 122, 56.3),
(2012, 8, 52, 34.4),
(2017, 8, 48, 27.6),
(2018, 8, 51, 29.5),
(2019, 8, 57, 32.7),
(2020, 8, 63, 37.0),
(2021, 8, 58, 34.3),
(2022, 8, 54, 30.2),

(2011, 9, 39, 27.1),
(2012, 9, 81, 44.2),
(2017, 9, 88, 44.3),
(2018, 9, 71, 34.8),
(2019, 9, 80, 39.8),
(2020, 9, 81, 41.7),
(2021, 9, 73, 37.3),
(2022, 9, 68, 33.7),

(2011, 10, 45, 52.2),
(2012, 10, 41, 33.6),
(2017, 10, 68, 55.8),
(2018, 10, 68, 55.7),
(2019, 10, 65, 51.3),
(2020, 10, 76, 61.5),
(2021, 10, 59, 48.0),
(2022, 10, 55, 44.3),

(2011, 11, 32, 40.3),
(2012, 11, 123, 55.5),
(2017, 11, 133, 56.2),
(2018, 11, 108, 44.4),
(2019, 11, 160, 64.5),
(2020, 11, 129, 52.0),
(2021, 11, 145, 58.0),
(2022, 11, 119, 47.1),

(2011, 12, 53, 44.2),
(2012, 12, 70, 47.8),
(2017, 12, 59, 45.8),
(2018, 12, 63, 48.5),
(2019, 12, 65, 51.0),
(2020, 12, 67, 53.1),
(2021, 12, 76, 60.7),
(2022, 12, 60, 47.1),

(2011, 13, 78, 50.9),
(2012, 13, 54, 68.3),
(2017, 13, 42, 47.5),
(2018, 13, 44, 48.2),
(2019, 13, 61, 62.2),
(2020, 13, 49, 46.8),
(2021, 13, 41, 37.0);

(2021, 13, 41, 37.0),
(2022, 13, 50, 43.6);


/* TABELLE 3 ENTWICKLUNG DER ALTERSGRUPPEN */
Expand Down

0 comments on commit 0b7cdc3

Please sign in to comment.