Skip to content

Commit b3a51cf

Browse files
authored
Merge branch 'master' into node
2 parents 40f1d63 + cc4e120 commit b3a51cf

55 files changed

Lines changed: 1898883 additions & 699 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

scripts/eurostat/regional_statistics_by_nuts/gdp/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ This script offers three modes of operation: download, process, or both download
7373
3. Process Only (python3 import_data.py --mode=process):
7474
```
7575

76+
### ADDED historical file
77+
```
78+
historical_deleted.csv
79+
80+
```
81+
To prevent data loss, the script now merges the fresh GDP output with a historical data file to fill in any missing gaps. If a record exists in both files, the script follows a validation rule that prioritizes the fresh output as the source. This ensures we keep a complete, up-to-date dataset without losing older historical records.
82+
7683
### Testing Procedure
7784

7885
How to Create Sample Data: Extract a subset of rows from your source input file to generate sample input and output CSV files.

0 commit comments

Comments
 (0)