erikliu18's picture
Update README.md
0332d1c verified
metadata
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:

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