Skip to content

Commit

Permalink
Merge pull request #42 from christoph-LSN/develop
Browse files Browse the repository at this point in the history
3-1-1 4-1-1 4-1-4 4-1-6
  • Loading branch information
christoph-LSN authored Oct 12, 2023
2 parents 9a57d1a + 3d6dd1c commit 69bbfa1
Show file tree
Hide file tree
Showing 9 changed files with 14,941 additions and 12,617 deletions.
314 changes: 169 additions & 145 deletions data/indicator_3-1-1.csv

Large diffs are not rendered by default.

13,004 changes: 7,230 additions & 5,774 deletions data/indicator_4-1-1.csv

Large diffs are not rendered by default.

4,992 changes: 2,704 additions & 2,288 deletions data/indicator_4-1-4.csv

Large diffs are not rendered by default.

9,202 changes: 4,801 additions & 4,401 deletions data/indicator_4-1-6.csv

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions helpers/ziehen.bas
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Attribute VB_Name = "Modul2"
Sub ZeileNachUntenZiehen()
Dim selectedRow As Integer
Dim Zeilen As Integer

' Überprüfen, ob eine Zeile ausgewählt ist
If Selection.Rows.Count <> 1 Then
MsgBox "Bitte wählen Sie genau eine Zeile aus, die Sie nach unten ziehen möchten.", vbExclamation
Exit Sub
End If

Zeilen = InputBox("Anzahl Zeilen", "Zeilen")

' Die ausgewählte Zeile ermitteln
selectedRow = Selection.Row

' Die ausgewählte Zeile 50-mal nach unten kopieren
Rows(selectedRow & ":" & selectedRow).Copy
Rows(selectedRow + 1 & ":" & selectedRow + Zeilen).Insert Shift:=xlDown
Application.CutCopyMode = False

'Zur lezte Zeile gehen
Cells(selectedRow + Zeilen, 1).Select




End Sub
4 changes: 2 additions & 2 deletions meta/3-1-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ indicator_sort_order: 03-01-01
published: true
reporting_status: complete
tags:
- Datenstand 2021
- Datenstand 2022
- Niedersachsen
data_start_values:
- field: Gebietseinheit
Expand All @@ -30,7 +30,7 @@ sdg_goal: '3'
target_name: global_targets.3-1-title
target_id: '3.1'
source_active_1: true
source_url_1: 'https://christoph-lsn.github.io/MT_Site/assets/excel/2022_3-1-1.xlsx'
source_url_1: 'https://christoph-lsn.github.io/MT_Site/assets/excel/2023_3-1-1.xlsx'
source_url_text_1: Betreuungsquote von Kindern bis unter 6 Jahren mit und ohne Zuwanderungsgeschichte in Kindertagesbetreuung
data_source: >-
Kinder- und Jugendhilfestatistik, Mikrozensus, Bevölkerungsstatistik
Expand Down
4 changes: 2 additions & 2 deletions meta/4-1-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ reporting_status: complete #complete
target_name: global_targets.4-1-title
target_id: '4.1'
tags:
- Datenstand 2021
- Datenstand 2022
- Landkreise und kreisfreie Städte
precision:
- unit: Prozent
Expand All @@ -38,7 +38,7 @@ graph_titles:
data_show_map: true
source_active_1: true
data_source: Schulstatistik
source_url_1: /assets/excel/2022_4-1-1.xlsx
source_url_1: /assets/excel/2023_4-1-1.xlsx
source_url_text_1: global_indicators.4-1-1-title
source_url_2: 'https://www1.nls.niedersachsen.de/statistik/default.asp'
source_url_text_2: LSN-Online-Datenbank
Expand Down
4 changes: 2 additions & 2 deletions meta/4-1-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ reporting_status: complete
target_name: global_targets.4-1-title
target_id: '4.1'
tags:
- Datenstand 2020
- Datenstand 2022
- Landkreise und kreisfreie Städte
data_show_map: true
data_start_values:
Expand All @@ -36,7 +36,7 @@ precision:
decimals: 0
data_source: Schulstatistik
source_active_1: true
source_url_1: /assets/excel/2021_4-1-4.xlsx
source_url_1: /assets/excel/2023_4-1-4.xlsx
source_url_text_1: global_indicators.4-1-4-title
source_url_2: 'https://www1.nls.niedersachsen.de/statistik/default.asp'
source_url_text_2: LSN-Online Datenbank
Expand Down
6 changes: 3 additions & 3 deletions meta/4-1-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ reporting_status: complete #complete
target_name: global_targets.4-1-title
target_id: '4.1'
tags:
- Datenstand 2020
- Datenstand 2022
- Niedersachsen
data_start_values:
- field: Gebietseinheit
value: Niedersachsen
- field: Erreichter Schulabschluss
value: Insgesamt
- field: Berufsbildende Schule
- field: Besuchte Schule
value: Insgesamt
- field: Nationalität
value: Ausländerinnen und Ausländer
un_designated_tier: '1'
data_show_map: false
data_source: Statistik der berufsbildenden Schulen
source_active_1: true
source_url_1: /assets/excel/2022_4-1-6.xlsx
source_url_1: /assets/excel/2023_4-1-6.xlsx
source_url_text_1: global_indicators.4-1-6-title
title: Untitled
national_indicator_description: >-
Expand Down

0 comments on commit 69bbfa1

Please sign in to comment.