Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions scripts/eurostat/regional_statistics_by_nuts/gdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ This script offers three modes of operation: download, process, or both download
3. Process Only (python3 import_data.py --mode=process):
```

### ADDED historical file
```
historical_deleted.csv

```
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.

### Testing Procedure

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