File size: 1,570 Bytes
c8b672b 72f16ee c8b672b 72f16ee c8b672b 6dfe045 c8b672b 0332d1c c8b672b 6dfe045 c8b672b |
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 |
---
language:
- en
size_categories:
- 10K<n<100K
pretty_name: 'CoCoHD: Congress Committee Hearing Dataset - Hearing Details (Cleaned)'
tags:
- legal
- finance
- climate
dataset_info:
features:
- name: govinfo_id
dtype: string
- name: title
dtype: string
- name: congress_session
dtype: string
- name: chamber
dtype: string
- name: committee
dtype: string
- name: committee_mapped
dtype: string
- name: held_date
dtype: string
- name: members
dtype: string
- name: bill_numbers
dtype: string
- name: witnesses
dtype: string
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 39162589
num_examples: 32676
download_size: 7627768
dataset_size: 39162589
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# CoCoHD: Congress Committee Hearing Dataset - Hearing Details (Cleaned)
Related datasets:
- https://huggingface.co/datasets/gtfintechlab/CoCoHD_transcripts
- https://huggingface.co/datasets/gtfintechlab/CoCoHD_hearing_details
The dataset contains a pandas dataframe stored as a parquet file.
Because a committee could have multiple names in the past, we have mapped past committee names to the same name. We have also removed invalid held_date from the records. Additionally, we removed duplicate records that's marked as 'errata'.
For each hearing, we collect the following information:
* govinfo_id
* title
* congress_session
* chamber
* committee
* committee_mapped
* held_date
* members
* bill_numbers
* witnesses |