annikwag commited on
Commit
e4b7877
·
verified ·
1 Parent(s): ebf57bf

Update appStore/prep_data.py

Browse files
Files changed (1) hide show
  1. appStore/prep_data.py +0 -1
appStore/prep_data.py CHANGED
@@ -76,7 +76,6 @@ def process_giz_worldwide():
76
  - Renames 'name.en' to 'project_name'
77
  - Uses the 'merged_text' column for embedding the whole text (no chunking)
78
  - Creates an empty 'url' column (since the new dataset has an empty URL)
79
- - Renames 'country' to 'countries'
80
  - Renames 'duration.project.start' to 'start_year' and 'duration.project.end' to 'end_year'
81
  - Converts 'crs_value' to an integer (dropping any .0) if present.
82
  """
 
76
  - Renames 'name.en' to 'project_name'
77
  - Uses the 'merged_text' column for embedding the whole text (no chunking)
78
  - Creates an empty 'url' column (since the new dataset has an empty URL)
 
79
  - Renames 'duration.project.start' to 'start_year' and 'duration.project.end' to 'end_year'
80
  - Converts 'crs_value' to an integer (dropping any .0) if present.
81
  """