felixtypingmonkey commited on
Commit
8f8e1d6
·
1 Parent(s): 5ed35b0

Update README

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -6,3 +6,16 @@ configs:
6
  - config_name: default
7
  data_files: gazette.jsonl
8
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - config_name: default
7
  data_files: gazette.jsonl
8
  ---
9
+
10
+ # Taiwan Legislative Yuan Gazette Data(ly-tw-gazette)
11
+
12
+ 您也可以透過網頁介面瀏覽 gazette 資料集:https://dataly.openfun.app/collection/list/gazette
13
+
14
+ ## Data Fields
15
+ |資料欄位|說明|
16
+ |----------|----------|
17
+ |卷|`int` 為民國年|
18
+ |期|`int` 同一年內的流水號|
19
+ |冊別|`int` 同一期如果數量較多,會分冊出版|
20
+ |發布日期|在[議事及公報資訊網](https://ppg.ly.gov.tw/ppg/#section-3)發布的日期|
21
+ |公報編號|為 gazette 的 id,格式:`{卷}{期別}{冊別}`|