Datasets:
language: | |
- en | |
- fr | |
- es | |
license: cc | |
size_categories: | |
- 1M<n<10M | |
task_categories: | |
- mask-generation | |
pretty_name: OECD DAC CRS Project titles and descriptions | |
dataset_info: | |
features: | |
- name: text | |
dtype: string | |
- name: Year | |
dtype: int64 | |
- name: ProjectNumber | |
dtype: string | |
- name: RecipientName | |
dtype: string | |
- name: RecipientCode | |
dtype: int64 | |
- name: DonorName | |
dtype: string | |
- name: DonorCode | |
dtype: int64 | |
- name: ProjectTitle | |
dtype: string | |
- name: SectorName | |
dtype: string | |
- name: PurposeName | |
dtype: string | |
- name: FlowName | |
dtype: string | |
- name: ChannelName | |
dtype: string | |
- name: ShortDescription | |
dtype: string | |
- name: LongDescription | |
dtype: string | |
splits: | |
- name: train | |
num_bytes: 1693492524 | |
num_examples: 1870757 | |
download_size: 700898490 | |
dataset_size: 1693492524 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
tags: | |
- finance | |
# OECD DAC CRS Project titles and descriptions | |
All unique project titles and descriptions from the OECD DAC Creditor Reporting System (CRS). https://stats.oecd.org/Index.aspx?DataSetCode=crs1 | |
`text` column is the concatenation of Project Title, Short Description, and Long Description, and is also the column on which duplicate projects were removed. Other columns are included for metadata purposes, or if you want to create a new text column as a concatenation of additional data. |