j4ckofalltrades commited on
Commit
648ea96
·
verified ·
1 Parent(s): 21c7f57

Update dataset fields info

Browse files
Files changed (1) hide show
  1. README.md +6 -59
README.md CHANGED
@@ -18,61 +18,6 @@ task_categories:
18
  configs:
19
  - config_name: default
20
  data_files: dpwh_transparency_data.parquet
21
-
22
- dataset_info:
23
- features:
24
- - name: contractId
25
- dtype: string
26
- - name: description
27
- dtype: string
28
- - name: category
29
- dtype: string
30
- - name: componentCategories
31
- dtype: string
32
- - name: status
33
- dtype: string
34
- - name: budget
35
- dtype: float64
36
- - name: amountPaid
37
- dtype: int64
38
- - name: progress
39
- dtype: float64
40
- - name: contractor
41
- dtype: string
42
- - name: startDate
43
- dtype: string
44
- - name: completionDate
45
- dtype: string
46
- - name: infraYear
47
- dtype: string
48
- - name: programName
49
- dtype: string
50
- - name: sourceOfFunds
51
- dtype: string
52
- - name: isLive
53
- dtype: bool
54
- - name: livestreamUrl
55
- dtype: string
56
- - name: livestreamVideoId
57
- dtype: string
58
- - name: livestreamDetectedAt
59
- dtype: string
60
- - name: latitude
61
- dtype: float64
62
- - name: longitude
63
- dtype: float64
64
- - name: reportCount
65
- dtype: int64
66
- - name: location_province
67
- dtype: string
68
- - name: location_region
69
- dtype: string
70
- config_name: default
71
- splits:
72
- - name: train
73
- num_bytes: 20785587
74
- download_size: 20785587
75
- dataset_size: 20785587
76
  ---
77
 
78
  # DPWH Infrastructure Transparency Dataset
@@ -127,9 +72,12 @@ The dataset contains text primarily in English, with some project descriptions a
127
  - `budget` (float64): Allocated budget for the project
128
  - `amountPaid` (int64): Amount paid to date
129
  - `progress` (float64): Project completion progress (0-100%)
 
 
 
130
  - `contractor` (string): Name of the contracting company
131
- - `startDate` (string): Project start date
132
- - `completionDate` (string): Scheduled or actual completion date
133
  - `infraYear` (string): Infrastructure fiscal year
134
  - `programName` (string): Associated government program
135
  - `sourceOfFunds` (string): Funding source(s)
@@ -140,8 +88,7 @@ The dataset contains text primarily in English, with some project descriptions a
140
  - `latitude` (float64): Geographic latitude coordinate
141
  - `longitude` (float64): Geographic longitude coordinate
142
  - `reportCount` (int64): Number of reports or updates
143
- - `location_province` (string): Province where project is located
144
- - `location_region` (string): Administrative region
145
 
146
  ### Data Splits
147
 
 
18
  configs:
19
  - config_name: default
20
  data_files: dpwh_transparency_data.parquet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
 
23
  # DPWH Infrastructure Transparency Dataset
 
72
  - `budget` (float64): Allocated budget for the project
73
  - `amountPaid` (int64): Amount paid to date
74
  - `progress` (float64): Project completion progress (0-100%)
75
+ - `location` (struct): Location information
76
+ - `province` (string): Province where project is located
77
+ - `region` (string): Administrative region
78
  - `contractor` (string): Name of the contracting company
79
+ - `startDate` (date32): Project start date
80
+ - `completionDate` (date32): Scheduled or actual completion date
81
  - `infraYear` (string): Infrastructure fiscal year
82
  - `programName` (string): Associated government program
83
  - `sourceOfFunds` (string): Funding source(s)
 
88
  - `latitude` (float64): Geographic latitude coordinate
89
  - `longitude` (float64): Geographic longitude coordinate
90
  - `reportCount` (int64): Number of reports or updates
91
+ - `hasSatelliteImage` (bool): Whether satellite imagery is available for this project
 
92
 
93
  ### Data Splits
94