File size: 1,807 Bytes
3acf2a0 fafaaf6 3acf2a0 2c86c7d 48cf832 3acf2a0 57fe5ad 3acf2a0 97df896 dba4c4a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
---
language:
- en
size_categories:
- 100K<n<1M
task_categories:
- tabular-classification
- tabular-regression
pretty_name: NSF Award Dataset
dataset_info:
features:
- name: AwardTitle
dtype: string
- name: AGENCY
dtype: string
- name: AwardEffectiveDate
dtype: string
- name: AwardExpirationDate
dtype: string
- name: AwardTotalIntnAmount
dtype: float64
- name: AwardAmount
dtype: float64
- name: AwardInstrument
dtype: string
- name: Organization
dtype: string
- name: ProgramOfficer
dtype: string
- name: AbstractNarration
dtype: string
- name: MinAmdLetterDate
dtype: string
- name: MaxAmdLetterDate
dtype: string
- name: ARRAAmount
dtype: string
- name: TRAN_TYPE
dtype: string
- name: CFDA_NUM
dtype: string
- name: NSF_PAR_USE_FLAG
dtype: string
- name: FUND_AGCY_CODE
dtype: string
- name: AWDG_AGCY_CODE
dtype: string
- name: AwardID
dtype: string
- name: Investigator
dtype: string
- name: Institution
dtype: string
- name: Performance_Institution
dtype: string
- name: ProgramElement
dtype: string
- name: FUND_OBLG
dtype: string
- name: Source
dtype: string
splits:
- name: train
num_bytes: 1873366481
num_examples: 523369
download_size: 596725918
dataset_size: 1873366481
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
This dataset contains the data made accessible by NSF [here](https://www.nsf.gov/awardsearch/download.jsp). It is only minimally edited to enable processing. The processing script can be found [here](https://github.com/cmccomb/scrape-nsf-awards).
Although this project uses NSF's data, it is not support, condoned, or endorsed by the National Science Foundation. |