notoxicpeople's picture
Update README.md
23a4f19 verified
metadata
language:
  - ja
license:
  - mit
multilinguality:
  - monolingual
size_categories:
  - 10K<n<100K
task_ids: []
pretty_name: Japan Diet Q&A Sessions Dataset
dataset_info:
  features:
    - name: id
      dtype: string
    - name: title
      dtype: string
    - name: content
      dtype: string
  default: true

Japan Diet Q&A Sessions Dataset

Summary

  • This dataset was created by scraping the parliamentary questions and answers webpage.
  • As of March 27, 2024, it includes 216 sessions.

Data Fields

  • id: Consists of three parts.
    • The initial alphabet indicates whether it is a question (a) or an answer (b).
    • The next three digits represent the session number of the parliament.
    • The last three digits are the question number within the parliament session.
  • title: The title of the question or answer.
  • content: The content of the question or answer.

Data Source

Scraping Code

License

  • MIT

国会の質問答弁データセット

概要

  • 国会質問答弁のHPをスクレイピングし、作成しました。
  • 2024/03/27現在までの216回分が登録されています。

データフィールド

  • id: 3つのパートで構成されています。
    • 最初のアルファベットが質問か回答を表し、aが質問でbが回答です。
    • 次の3桁の数字が何回目の国会かを表しています。
    • 最後の3桁が国会内での質問番号になります。
  • title: 質問や答弁のタイトル
  • content: 質問や答弁の内容

データソース

スクレイピングコード

ライセンス

  • MIT