Skip to content

Commit 0c8bb1d

Browse files
committed
more updates to readme
1 parent 48a8519 commit 0c8bb1d

File tree

4 files changed

+275
-24
lines changed

4 files changed

+275
-24
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ python main.py # Runs full processing pipeline
4747
### [GC Service Inventory and Service Performance](https://open.canada.ca/data/en/dataset/3ac0d080-6149-499a-8b06-7ce5f00ec56c)
4848
- **Files**: `si_2018.csv`, `si_2024.csv`, `ss_2018.csv`, `ss_2024.csv`
4949
- **Content**: Government of Canada service inventory, associated standards, and performance, along with relevant data dictionaries.
50-
- **Update Frequency**: Annually
50+
- **Update Frequency**: Annually, typically in January
5151

5252
### [Departmental Plans and Departmental Results Reports](https://open.canada.ca/data/en/dataset/a35cf382-690c-4221-a971-cf0fd189a46f/resource/64774bc1-c90a-4ae2-a3ac-d9b50673a895)
5353
- **File**: `rbpo.csv`
@@ -75,7 +75,7 @@ python main.py # Runs full processing pipeline
7575
The [Policy on Service and Digital](https://www.tbs-sct.canada.ca/pol/doc-eng.aspx?id=32603) requirement to report services applies only to **external and internal enterprise services**. Any service without `service_scope=EXTERN` or `service_scope=ENTERPRISE` is **excluded** from consolidated datasets (`si.csv` and `ss.csv`).
7676

7777
### Data Format
78-
- All CSV files use a semicolon (`;`) as a delimiter.
78+
- All CSV files use a semicolon (`;`) as a delimiter between columns.
7979

8080
### Timestamps
8181
- All CSV files produced by the script include a timestamp on the last row of the file.

0 commit comments

Comments
 (0)