rIsHu009/github-issues-updated
📊 GitHub Issues Dataset (HuggingFace/datasets Repository) This dataset contains structured GitHub issues scraped from the huggingface/datasets repository. It is intended for NLP tasks, topic modeling, issue classification, and software engineering research. 📌 Dataset Summary Repository Source: huggingface/datasets Scraped via: GitHub REST API v3 Total Issues: ~7,465 Collected On: June 25, 2025 Format: JSONL → loaded via Arrow for Hugging Face Language: English… See the full description on the dataset page: https://huggingface.co/datasets/rIsHu009/github-issues-updated.
0181
1{2 "citation": "",3 "description": "",4 "features": {5 "id": {6 "dtype": "int64",7 "_type": "Value"8 },9 "number": {10 "dtype": "int64",11 "_type": "Value"12 },13 "title": {14 "dtype": "string",15 "_type": "Value"16 },17 "state": {18 "dtype": "string",19 "_type": "Value"20 },21 "body": {22 "dtype": "string",23 "_type": "Value"24 },25 "is_pull_request": {26 "dtype": "bool",27 "_type": "Value"28 },29 "created_at": {30 "dtype": "string",31 "_type": "Value"32 },33 "updated_at": {34 "dtype": "string",35 "_type": "Value"36 },37 "closed_at": {38 "dtype": "string",39 "_type": "Value"40 },41 "user_login": {42 "dtype": "string",43 "_type": "Value"44 },45 "author_association": {46 "dtype": "string",47 "_type": "Value"48 },49 "pr_url": {50 "dtype": "string",51 "_type": "Value"52 },53 "pr_merged_at": {54 "dtype": "string",55 "_type": "Value"56 },57 "comments_count": {58 "dtype": "int64",59 "_type": "Value"60 },61 "reactions_total": {62 "dtype": "int64",63 "_type": "Value"64 },65 "reactions_plus1": {66 "dtype": "int64",67 "_type": "Value"68 },69 "reactions_heart": {70 "dtype": "int64",71 "_type": "Value"72 },73 "draft": {74 "dtype": "bool",75 "_type": "Value"76 },77 "locked": {78 "dtype": "bool",79 "_type": "Value"80 },81 "labels": {82 "feature": {83 "dtype": "string",84 "_type": "Value"85 },86 "_type": "Sequence"87 },88 "html_url": {89 "dtype": "string",90 "_type": "Value"91 },92 "is_pr_url": {93 "dtype": "bool",94 "_type": "Value"95 },96 "comments": {97 "feature": {98 "dtype": "string",99 "_type": "Value"100 },101 "_type": "Sequence"102 }103 },104 "homepage": "",105 "license": ""106}