DataDrivenConstruction commited on
Commit
f7b3a3e
·
verified ·
1 Parent(s): 5eb6d38

README: accurate file inventory (5 files × 30 locales = 150), TXT readmes, full directory listing

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -125,17 +125,19 @@ The parquets in this repository are loaded into the ERP as four cooperating surf
125
 
126
  ## Contents per country
127
 
128
- Each language directory (`AR/`, `BG/`, `CS/`, `DE/`, ) contains:
129
 
130
  | File | Description |
131
  |---|---|
132
  | `<LANG>_<CITY>_workitems_costs_resources_DDC_CWICR.parquet` | Primary table — one row per (rate × resource). ~900K rows per country, 84 columns. |
133
  | `DDC_CWICR_<LANG>_<CITY>_Catalog.csv` | Compact catalogue — one row per unique `rate_code` with title, unit, collection, hierarchy. ~55K rows per country. |
134
- | `DDC_CWICR_<LANG>_<CITY>_Catalog.xlsx` | Same catalogue, Excel-formatted (auto-widths, frozen headers). |
135
- | `README_DDC_CWICR_TABULAR_<LANG>_<CITY>.pdf` | Localised PDF documentation for that country's rate book. |
136
- | `README.md` | Per-country quick reference (locale, collections, schema notes). |
137
 
138
- Excel exports of the full table (`*_FORMATTED.xlsx`, `*_SIMPLE.xlsx`) are reproducible from the parquet and are kept in the source GitHub repository as Git LFS objects.
 
 
139
 
140
  ## Schema (parquet — 84 columns)
141
 
 
125
 
126
  ## Contents per country
127
 
128
+ Each language directory (`AR/`, `BG/`, `CS/`, `DE/`, `EN/`, `ES/`, `FR/`, `HI/`, `HR/`, `ID/`, `IT/`, `JA/`, `KO/`, `MX/`, `NG/`, `NL/`, `NZ/`, `PL/`, `PT/`, `RO/`, `RU/`, `SV/`, `TH/`, `TR/`, `UK/`, `US/`, `VI/`, `ZA/`, `ZH/`) contains **5 files**, all uploaded for all 30 locales:
129
 
130
  | File | Description |
131
  |---|---|
132
  | `<LANG>_<CITY>_workitems_costs_resources_DDC_CWICR.parquet` | Primary table — one row per (rate × resource). ~900K rows per country, 84 columns. |
133
  | `DDC_CWICR_<LANG>_<CITY>_Catalog.csv` | Compact catalogue — one row per unique `rate_code` with title, unit, collection, hierarchy. ~55K rows per country. |
134
+ | `DDC_CWICR_<LANG>_<CITY>_Catalog.xlsx` | Same catalogue, Excel-formatted (auto-widths, frozen headers, ~800 KB). |
135
+ | `README.md` | Per-country quick reference in the source language (locale, collections, schema notes). |
136
+ | `README_DDC_CWICR_TABULAR_<LANG>_<CITY>.txt` | Plain-text full documentation in the source language — covers schema, classification hierarchy, units, currency, source publication and license notes for that country's rate book. |
137
 
138
+ **File totals on this repository**: 30 parquets + 30 CSV catalogues + 30 XLSX catalogues + 30 per-country README.md + 30 localised TXT readmes = 150 country files (plus the top-level README and assets).
139
+
140
+ Excel exports of the full table (`*_FORMATTED.xlsx`, `*_SIMPLE.xlsx`) and the localised PDF documentation are reproducible from the parquet + TXT readme and are kept in the source GitHub repository as Git LFS objects.
141
 
142
  ## Schema (parquet — 84 columns)
143