JUHE API Marketplace
DATASET
Open Source Community

chenyanjin/legedo-github-issues

--- dataset_info: features: - name: url dtype: string - name: repository_url dtype: string - name: labels_url dtype: string - name: comments_url dtype: string - name: events_url dtype: string - name: html_url dtype: string - name: id dtype: int64 - name: node_id dtype: string - name: number dtype: int64 - name: title dtype: string - name: user struct: - name: login dtype: string - name: id dtype: int64 - name: node_id dtype: string - name: avatar_url dtype: string - name: gravatar_id dtype: string - name: url dtype: string - name: html_url dtype: string - name: followers_url dtype: string - name: following_url dtype: string - name: gists_url dtype: string - name: starred_url dtype: string - name: subscriptions_url dtype: string - name: organizations_url dtype: string - name: repos_url dtype: string - name: events_url dtype: string - name: received_events_url dtype: string - name: type dtype: string - name: site_admin dtype: bool - name: labels list: - name: id dtype: int64 - name: node_id dtype: string - name: url dtype: string - name: name dtype: string - name: color dtype: string - name: default dtype: bool - name: description dtype: string - name: state dtype: string - name: locked dtype: bool - name: assignee struct: - name: login dtype: string - name: id dtype: int64 - name: node_id dtype: string - name: avatar_url dtype: string - name: gravatar_id dtype: string - name: url dtype: string - name: html_url dtype: string - name: followers_url dtype: string - name: following_url dtype: string - name: gists_url dtype: string - name: starred_url dtype: string - name: subscriptions_url dtype: string - name: organizations_url dtype: string - name: repos_url dtype: string - name: events_url dtype: string - name: received_events_url dtype: string - name: type dtype: string - name: site_admin dtype: bool - name: assignees list: - name: login dtype: string - name: id dtype: int64 - name: node_id dtype: string - name: avatar_url dtype: string - name: gravatar_id dtype: string - name: url dtype: string - name: html_url dtype: string - name: followers_url dtype: string - name: following_url dtype: string - name: gists_url dtype: string - name: starred_url dtype: string - name: subscriptions_url dtype: string - name: organizations_url dtype: string - name: repos_url dtype: string - name: events_url dtype: string - name: received_events_url dtype: string - name: type dtype: string - name: site_admin dtype: bool - name: milestone struct: - name: url dtype: string - name: html_url dtype: string - name: labels_url dtype: string - name: id dtype: int64 - name: node_id dtype: string - name: number dtype: int64 - name: title dtype: string - name: description dtype: string - name: creator struct: - name: login dtype: string - name: id dtype: int64 - name: node_id dtype: string - name: avatar_url dtype: string - name: gravatar_id dtype: string - name: url dtype: string - name: html_url dtype: string - name: followers_url dtype: string - name: following_url dtype: string - name: gists_url dtype: string - name: starred_url dtype: string - name: subscriptions_url dtype: string - name: organizations_url dtype: string - name: repos_url dtype: string - name: events_url dtype: string - name: received_events_url dtype: string - name: type dtype: string - name: site_admin dtype: bool - name: open_issues dtype: int64 - name: closed_issues dtype: int64 - name: state dtype: string - name: created_at dtype: timestamp[s] - name: updated_at dtype: timestamp[s] - name: due_on dtype: timestamp[s] - name: closed_at dtype: 'null' - name: comments sequence: string - name: created_at dtype: timestamp[s] - name: updated_at dtype: timestamp[s] - name: closed_at dtype: timestamp[s] - name: author_association dtype: string - name: active_lock_reason dtype: string - name: body dtype: string - name: reactions struct: - name: url dtype: string - name: total_count dtype: int64 - name: '+1' dtype: int64 - name: '-1' dtype: int64 - name: laugh dtype: int64 - name: hooray dtype: int64 - name: confused dtype: int64 - name: heart dtype: int64 - name: rocket dtype: int64 - name: eyes dtype: int64 - name: timeline_url dtype: string - name: performed_via_github_app dtype: 'null' - name: state_reason dtype: string - name: draft dtype: bool - name: pull_request struct: - name: url dtype: string - name: html_url dtype: string - name: diff_url dtype: string - name: patch_url dtype: string - name: merged_at dtype: timestamp[s] - name: is_pull_request dtype: bool splits: - name: train num_bytes: 8768991 num_examples: 2819 download_size: 2134021 dataset_size: 8768991 --- # Dataset Card for "legedo-github-issues" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)

Updated 5/15/2023
hugging_face

Description

Dataset Overview

Dataset Name

"legedo-github-issues"

Dataset Features

  1. Basic Features

    • url: string
    • repository_url: string
    • labels_url: string
    • comments_url: string
    • events_url: string
    • html_url: string
    • id: integer
    • node_id: string
    • number: integer
    • title: string
  2. User Information

    • user: struct, containing the following fields:
      • login: string
      • id: integer
      • node_id: string
      • avatar_url: string
      • gravatar_id: string
      • url: string
      • html_url: string
      • followers_url: string
      • following_url: string
      • gists_url: string
      • starred_url: string
      • subscriptions_url: string
      • organizations_url: string
      • repos_url: string
      • events_url: string
      • received_events_url: string
      • type: string
      • site_admin: boolean
  3. Label Information

    • labels: list, containing the following fields:
      • id: integer
      • node_id: string
      • url: string
      • name: string
      • color: string
      • default: boolean
      • description: string
  4. State and Locking

    • state: string
    • locked: boolean
  5. Assignee Information

    • assignee: struct, same fields as user
    • assignees: list, same fields as user
  6. Milestone Information

    • milestone: struct, containing the following fields:
      • url: string
      • html_url: string
      • labels_url: string
      • id: integer
      • node_id: string
      • number: integer
      • title: string
      • description: string
      • creator: struct, same fields as user
      • open_issues: integer
      • closed_issues: integer
      • state: string
      • created_at: timestamp (seconds)
      • updated_at: timestamp (seconds)
      • due_on: timestamp (seconds)
      • closed_at: null
  7. Other Information

    • comments: string array
    • created_at: timestamp (seconds)
    • updated_at: timestamp (seconds)
    • closed_at: timestamp (seconds)
    • author_association: string
    • active_lock_reason: string
    • body: string
    • reactions: struct, containing reaction counts
    • timeline_url: string
    • performed_via_github_app: null
    • state_reason: string
    • draft: boolean
    • pull_request: struct, containing pull‑request related information
    • is_pull_request: boolean

Dataset Splits

  • Training Set
    • bytes: 8768991
    • samples: 2819

Dataset Size

  • Download size: 2134021
  • Dataset size: 8768991

AI studio

Generate PPTs instantly with Nano Banana Pro.

Generate PPT Now

Access Dataset

Login to Access

Please login to view download links and access full dataset details.

Topics

GitHub
Project Management

Source

Organization: hugging_face

Created: Unknown

Power Your Data Analysis with Premium AI Models

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.