AndreasThinks commited on
Commit
d8bc767
·
verified ·
1 Parent(s): 15332a5

Update dataset (2026-03-28 19:31 UTC)

Browse files
.gitattributes CHANGED
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ data/government_repos_latest.csv filter=lfs diff=lfs merge=lfs -text
62
+ data/govtech.db filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: agpl-3.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - government
9
+ - open-source
10
+ - github
11
+ - public-sector
12
+ pretty_name: Government GitHub Repositories
13
+ size_categories:
14
+ - 10K<n<100K
15
+ ---
16
+
17
+ # Government GitHub Repositories
18
+
19
+ A comprehensive, regularly updated dataset of public GitHub repositories belonging to government organizations worldwide.
20
+
21
+ Sourced from the [government.github.com](https://government.github.com) registry. Updated weekly via automated pipeline.
22
+
23
+ ## Current Stats
24
+
25
+ | Metric | Value |
26
+ |--------|-------|
27
+ | Repositories | 70,275 |
28
+ | Government accounts | 977 |
29
+ | Countries | 76 |
30
+ | Taxonomy tags | 0 |
31
+ | Tagged repositories | 0 |
32
+
33
+
34
+ ## Files
35
+
36
+ - `data/government_repos_latest.csv` — Latest repository metadata (CSV)
37
+ - `data/government_repos_latest.parquet` — Same data in Parquet format
38
+ - `data/govtech.db` — Full SQLite database with historical snapshots and tags
39
+
40
+ ## Schema
41
+
42
+ Each row represents a government GitHub repository with fields:
43
+
44
+ | Field | Description |
45
+ |-------|-------------|
46
+ | owner | GitHub org/user name |
47
+ | name | Repository name |
48
+ | html_url | Repository URL |
49
+ | country | Country of the government org |
50
+ | description | Repository description |
51
+ | language | Primary programming language |
52
+ | stars | Star count |
53
+ | forks | Fork count |
54
+ | license | SPDX license identifier |
55
+ | topics | GitHub topics (JSON array) |
56
+ | archived | Whether the repo is archived |
57
+ | created_at | Creation timestamp |
58
+ | updated_at | Last update timestamp |
59
+
60
+ ## Source
61
+
62
+ Scraped using [open-govtech-report](https://github.com/AndreasThinks/open-govtech-report).
63
+
64
+ Last updated: 2026-03-28 19:31 UTC
data/government_repos_latest.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36193442ee59e4067419e4db87f67821c0623504b02a97c855e7c3a64e831212
3
+ size 19885917
data/govtech.db ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:138e4d2b74ac68d3b76e97b776408f463ae1bef6d93e0f2cbdba50aa49f51253
3
+ size 46608384