Elerian commited on
Commit
8276b03
·
verified ·
1 Parent(s): 6cda684

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -18,7 +18,7 @@ The dataset includes:
18
 
19
  ## 📁 Dataset Structure
20
 
21
- ### 1. `metadata.parquet`
22
 
23
  A table containing metadata for each legislation document.
24
 
@@ -26,7 +26,10 @@ A table containing metadata for each legislation document.
26
  - `title`: Title of the legislation
27
  - `document_link`: URL to the official document or PDF
28
  - `el_html_link`: Link to the HTML version on EUR-Lex
29
- - `category`: Document type or legislative category
 
 
 
30
 
31
  > 🧠 **Note:** The row index matches each corresponding Markdown file (e.g., row 0 → `md_0.md`).
32
 
 
18
 
19
  ## 📁 Dataset Structure
20
 
21
+ ### 1. `eurlex_legislation_data.parquet`
22
 
23
  A table containing metadata for each legislation document.
24
 
 
26
  - `title`: Title of the legislation
27
  - `document_link`: URL to the official document or PDF
28
  - `el_html_link`: Link to the HTML version on EUR-Lex
29
+ - `category_id`: Category id
30
+ - `category_title`: Title of category
31
+ - `category_acts_count`: number of acts that belong to this category
32
+
33
 
34
  > 🧠 **Note:** The row index matches each corresponding Markdown file (e.g., row 0 → `md_0.md`).
35