Dataset Viewer
Auto-converted to Parquet Duplicate
url
string
repository_url
string
labels_url
string
comments_url
string
events_url
string
html_url
string
id
int64
node_id
string
number
int64
title
string
user
dict
labels
list
state
string
locked
bool
assignees
list
milestone
null
comments
list
created_at
timestamp[s]
updated_at
timestamp[s]
closed_at
timestamp[s]
assignee
dict
author_association
string
type
null
active_lock_reason
null
draft
bool
pull_request
dict
body
string
closed_by
dict
reactions
dict
timeline_url
string
performed_via_github_app
null
state_reason
string
sub_issues_summary
dict
issue_dependencies_summary
dict
pinned_comment
null
is_pull_request
bool
https://api.github.com/repos/huggingface/datasets/issues/8113
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8113/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8113/comments
https://api.github.com/repos/huggingface/datasets/issues/8113/events
https://github.com/huggingface/datasets/pull/8113
4,188,441,968
PR_kwDODunzps7PUfD_
8,113
Parse agent traces
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
open
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8113). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-04-01T16:56:08
2026-04-01T17:33:06
null
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8113", "html_url": "https://github.com/huggingface/datasets/pull/8113", "diff_url": "https://github.com/huggingface/datasets/pull/8113.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8113.patch", "merged_at": null }
Supports claude_code, codex and pi JSON Lines files are parsed so one file = one row The resulting row has three fields: harness, session_id, traces, and file_name with features: ```python AGENT_TRACES_FEATURES = datasets.Features( { "harness": datasets.Value("string"), "session_id": da...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8113/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8113/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8112
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8112/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8112/comments
https://api.github.com/repos/huggingface/datasets/issues/8112/events
https://github.com/huggingface/datasets/pull/8112
4,185,517,824
PR_kwDODunzps7PMvUa
8,112
fix: replace List with Sequence in type hints for public API functions (#5354)
{ "login": "abdulhayykhan", "id": 134889827, "node_id": "U_kgDOCApBYw", "avatar_url": "https://avatars.githubusercontent.com/u/134889827?v=4", "gravatar_id": "", "url": "https://api.github.com/users/abdulhayykhan", "html_url": "https://github.com/abdulhayykhan", "followers_url": "https://api.github.com/...
[]
open
false
[]
null
[]
2026-04-01T09:31:28
2026-04-01T09:37:38
null
null
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8112", "html_url": "https://github.com/huggingface/datasets/pull/8112", "diff_url": "https://github.com/huggingface/datasets/pull/8112.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8112.patch", "merged_at": null }
## Summary Fixes #5354 Replaces `list[X]` with `Sequence[X]` in function argument type annotations across the public API. `List` is invariant while `Sequence` is covariant, which means passing a `list` to a parameter typed as `List` causes mypy errors, even though lists are valid sequences. ## Changes ...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8112/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8112/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8111
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8111/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8111/comments
https://api.github.com/repos/huggingface/datasets/issues/8111/events
https://github.com/huggingface/datasets/pull/8111
4,180,579,790
PR_kwDODunzps7PAKZk
8,111
add sample_by="document" support for jsonl files
{ "login": "cfahlgren1", "id": 13546028, "node_id": "MDQ6VXNlcjEzNTQ2MDI4", "avatar_url": "https://avatars.githubusercontent.com/u/13546028?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cfahlgren1", "html_url": "https://github.com/cfahlgren1", "followers_url": "https://api.github.com/use...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8111). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "would the auto-detection of agent harness (claude vs. codex vs. opencode etc) and other...
2026-03-31T16:23:57
2026-04-01T16:57:00
2026-04-01T16:56:59
null
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8111", "html_url": "https://github.com/huggingface/datasets/pull/8111", "diff_url": "https://github.com/huggingface/datasets/pull/8111.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8111.patch", "merged_at": null }
With more agentic traces (_ie Claude Code / Codex / Pi etc_) being published to the Hub as JSONL files, it would be nice to easily support loading / viewing them in Dataset Viewer. Datasets like https://huggingface.co/datasets/cfahlgren1/agent-sessions contain one JSONL file per session. Without sample_by, each lin...
{ "login": "cfahlgren1", "id": 13546028, "node_id": "MDQ6VXNlcjEzNTQ2MDI4", "avatar_url": "https://avatars.githubusercontent.com/u/13546028?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cfahlgren1", "html_url": "https://github.com/cfahlgren1", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8111/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8111/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8110
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8110/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8110/comments
https://api.github.com/repos/huggingface/datasets/issues/8110/events
https://github.com/huggingface/datasets/issues/8110
4,176,918,326
I_kwDODunzps749rc2
8,110
`set_format` resets features
{ "login": "plutonium-239", "id": 29684689, "node_id": "MDQ6VXNlcjI5Njg0Njg5", "avatar_url": "https://avatars.githubusercontent.com/u/29684689?v=4", "gravatar_id": "", "url": "https://api.github.com/users/plutonium-239", "html_url": "https://github.com/plutonium-239", "followers_url": "https://api.githu...
[]
open
false
[]
null
[]
2026-03-31T07:59:32
2026-03-31T07:59:32
null
null
NONE
null
null
null
null
### Describe the bug Calling `dataset.set_format('...')` resets the informative features such as `Array2D` etc. back into `List(List(Value))` and so on. ### Steps to reproduce the bug ```py >>> dataset.features {'lld': Array2D(shape=(None, 26), dtype='float32')} >>> dataset.set_format('torch') >>> dataset.features ...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8110/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8110/timeline
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
null
false
https://api.github.com/repos/huggingface/datasets/issues/8109
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8109/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8109/comments
https://api.github.com/repos/huggingface/datasets/issues/8109/events
https://github.com/huggingface/datasets/pull/8109
4,170,661,589
PR_kwDODunzps7Onjr6
8,109
docs: fix typos, grammar, and branding consistency across docs and source
{ "login": "Edge-Explorer", "id": 192764477, "node_id": "U_kgDOC31aPQ", "avatar_url": "https://avatars.githubusercontent.com/u/192764477?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Edge-Explorer", "html_url": "https://github.com/Edge-Explorer", "followers_url": "https://api.github.com/...
[]
open
false
[]
null
[]
2026-03-30T13:14:51
2026-03-30T13:14:51
null
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8109", "html_url": "https://github.com/huggingface/datasets/pull/8109", "diff_url": "https://github.com/huggingface/datasets/pull/8109.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8109.patch", "merged_at": null }
This commit addresses several documentation quality issues found across the repository — fixing typos, grammar errors, brand name inconsistencies, and adding modern tooling references for new contributors. ## Changes ### README.md - Fix duplicate word: "frameworks frameworks" → "frameworks" - Standardize brand ...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8109/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8109/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8107
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8107/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8107/comments
https://api.github.com/repos/huggingface/datasets/issues/8107/events
https://github.com/huggingface/datasets/pull/8107
4,146,270,390
PR_kwDODunzps7N0KQH
8,107
Update WebDataset documentation link
{ "login": "jingwangl", "id": 161790061, "node_id": "U_kgDOCaS4bQ", "avatar_url": "https://avatars.githubusercontent.com/u/161790061?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jingwangl", "html_url": "https://github.com/jingwangl", "followers_url": "https://api.github.com/users/jingwa...
[]
open
false
[]
null
[]
2026-03-26T18:11:24
2026-03-26T18:43:47
null
null
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8107", "html_url": "https://github.com/huggingface/datasets/pull/8107", "diff_url": "https://github.com/huggingface/datasets/pull/8107.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8107.patch", "merged_at": null }
The old link is outdated Closes #7699
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8107/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8107/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8106
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8106/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8106/comments
https://api.github.com/repos/huggingface/datasets/issues/8106/events
https://github.com/huggingface/datasets/pull/8106
4,141,989,496
PR_kwDODunzps7Nowf0
8,106
Fix: Add validation to prevent duplicate kwargs in load_dataset_builder
{ "login": "lohith360", "id": 217548139, "node_id": "U_kgDODPeFaw", "avatar_url": "https://avatars.githubusercontent.com/u/217548139?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lohith360", "html_url": "https://github.com/lohith360", "followers_url": "https://api.github.com/users/lohith...
[]
open
false
[]
null
[]
2026-03-26T09:03:47
2026-03-26T09:03:47
null
null
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8106", "html_url": "https://github.com/huggingface/datasets/pull/8106", "diff_url": "https://github.com/huggingface/datasets/pull/8106.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8106.patch", "merged_at": null }
This PR adds a set intersection check in `load_dataset_builder` to catch overlapping keys between the standard build arguments and `config_kwargs`. Previously, passing identical keys caused a confusing Python `TypeError` during unpacking. This fix intercepts the duplicates early and raises a clear `ValueError` spec...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8106/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8106/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8089
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8089/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8089/comments
https://api.github.com/repos/huggingface/datasets/issues/8089/events
https://github.com/huggingface/datasets/pull/8089
4,121,294,778
PR_kwDODunzps7Ms4gk
8,089
set dev version
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8089). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-23T14:22:52
2026-03-23T14:25:58
2026-03-23T14:22:59
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8089", "html_url": "https://github.com/huggingface/datasets/pull/8089", "diff_url": "https://github.com/huggingface/datasets/pull/8089.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8089.patch", "merged_at": "2026-03-23T14:22...
null
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8089/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8089/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8088
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8088/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8088/comments
https://api.github.com/repos/huggingface/datasets/issues/8088/events
https://github.com/huggingface/datasets/pull/8088
4,121,279,812
PR_kwDODunzps7Ms1yp
8,088
release: 4.8.4
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8088). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-23T14:20:44
2026-03-23T14:23:46
2026-03-23T14:21:24
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8088", "html_url": "https://github.com/huggingface/datasets/pull/8088", "diff_url": "https://github.com/huggingface/datasets/pull/8088.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8088.patch", "merged_at": "2026-03-23T14:21...
null
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8088/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8088/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8087
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8087/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8087/comments
https://api.github.com/repos/huggingface/datasets/issues/8087/events
https://github.com/huggingface/datasets/pull/8087
4,121,072,822
PR_kwDODunzps7MsQdY
8,087
Support latest torchvision
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8087). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-23T13:52:39
2026-03-23T14:00:58
2026-03-23T14:00:56
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8087", "html_url": "https://github.com/huggingface/datasets/pull/8087", "diff_url": "https://github.com/huggingface/datasets/pull/8087.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8087.patch", "merged_at": "2026-03-23T14:00...
close https://github.com/huggingface/datasets/issues/8085
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8087/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8087/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8086
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8086/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8086/comments
https://api.github.com/repos/huggingface/datasets/issues/8086/events
https://github.com/huggingface/datasets/pull/8086
4,120,969,434
PR_kwDODunzps7Mr_MP
8,086
fix regression when loading JSON with one file = one object
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8086). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-23T13:38:30
2026-03-23T14:02:08
2026-03-23T14:02:05
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8086", "html_url": "https://github.com/huggingface/datasets/pull/8086", "diff_url": "https://github.com/huggingface/datasets/pull/8086.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8086.patch", "merged_at": "2026-03-23T14:02...
was failing for datasets with JSON files that are not JSON Lines and that contain one single multi-line JSON object like https://huggingface.co/datasets/evaleval/EEE_datastore
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8086/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8086/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8085
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8085/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8085/comments
https://api.github.com/repos/huggingface/datasets/issues/8085/events
https://github.com/huggingface/datasets/issues/8085
4,120,101,624
I_kwDODunzps71k8L4
8,085
ImportError: cannot import name 'VideoReader' from 'torchvision.io' when using datasets with torch format
{ "login": "DamJanusz", "id": 186563008, "node_id": "U_kgDOCx65wA", "avatar_url": "https://avatars.githubusercontent.com/u/186563008?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DamJanusz", "html_url": "https://github.com/DamJanusz", "followers_url": "https://api.github.com/users/DamJan...
[]
closed
false
[]
null
[ "`datasets` 4.8.4 is out and includes a fix :)" ]
2026-03-23T11:16:20
2026-03-23T14:23:25
2026-03-23T14:00:57
null
NONE
null
null
null
null
### Describe the bug For PyTorch 2.11 + torchvision 0.26.0 when using the datasets library and setting the format to "torch", an ImportError occurs because the datasets library attempts to import VideoReader from torchvision.io, but this object is not found in the installed torchvision version. **Error message**: > ...
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8085/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8085/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
null
false
https://api.github.com/repos/huggingface/datasets/issues/8084
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8084/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8084/comments
https://api.github.com/repos/huggingface/datasets/issues/8084/events
https://github.com/huggingface/datasets/pull/8084
4,113,045,931
PR_kwDODunzps7MYMNy
8,084
Add reshard support for JSON Lines and CSV file formats
{ "login": "muyihao", "id": 37872457, "node_id": "MDQ6VXNlcjM3ODcyNDU3", "avatar_url": "https://avatars.githubusercontent.com/u/37872457?v=4", "gravatar_id": "", "url": "https://api.github.com/users/muyihao", "html_url": "https://github.com/muyihao", "followers_url": "https://api.github.com/users/muyiha...
[]
open
false
[]
null
[ "@lhoestq , hi, lhoestq, could you please help review this PR? Thanks!", "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8084). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "> Cool ! I l...
2026-03-21T16:56:42
2026-03-29T07:47:03
null
null
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8084", "html_url": "https://github.com/huggingface/datasets/pull/8084", "diff_url": "https://github.com/huggingface/datasets/pull/8084.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8084.patch", "merged_at": null }
This PR extends the IterableDataset.reshard() functionality to support JSON Lines and CSV file formats, building on the foundation laid in #7992. ### Summary - JSON Lines : Resharding splits files by line boundaries (only when num_shards is specified) - CSV : Resharding splits files by line boundaries (only when n...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8084/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8084/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8083
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8083/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8083/comments
https://api.github.com/repos/huggingface/datasets/issues/8083/events
https://github.com/huggingface/datasets/pull/8083
4,103,233,762
PR_kwDODunzps7L7Ere
8,083
set dev version
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8083). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-19T17:45:25
2026-03-19T17:48:32
2026-03-19T17:45:33
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8083", "html_url": "https://github.com/huggingface/datasets/pull/8083", "diff_url": "https://github.com/huggingface/datasets/pull/8083.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8083.patch", "merged_at": "2026-03-19T17:45...
null
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8083/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8083/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8082
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8082/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8082/comments
https://api.github.com/repos/huggingface/datasets/issues/8082/events
https://github.com/huggingface/datasets/pull/8082
4,103,219,567
PR_kwDODunzps7L7Bof
8,082
Release 4.8.3
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8082). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-19T17:42:33
2026-03-19T17:45:32
2026-03-19T17:44:10
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8082", "html_url": "https://github.com/huggingface/datasets/pull/8082", "diff_url": "https://github.com/huggingface/datasets/pull/8082.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8082.patch", "merged_at": "2026-03-19T17:44...
null
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8082/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8082/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8081
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8081/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8081/comments
https://api.github.com/repos/huggingface/datasets/issues/8081/events
https://github.com/huggingface/datasets/pull/8081
4,103,079,953
PR_kwDODunzps7L6ktq
8,081
Fix split_dataset_by_node step
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8081). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-19T17:14:48
2026-03-19T17:35:40
2026-03-19T17:29:39
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8081", "html_url": "https://github.com/huggingface/datasets/pull/8081", "diff_url": "https://github.com/huggingface/datasets/pull/8081.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8081.patch", "merged_at": "2026-03-19T17:29...
fix https://github.com/huggingface/datasets/issues/8079 I also took the opportunity to improve the arrow logic to not have to do an unnecessary python -> arrow -> python in FormattedExamplesIterable when streaming webdatasets
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8081/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8081/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8080
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8080/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8080/comments
https://api.github.com/repos/huggingface/datasets/issues/8080/events
https://github.com/huggingface/datasets/pull/8080
4,101,869,460
PR_kwDODunzps7L3DFR
8,080
Fix docstring of Json.cast_storage
{ "login": "albertvillanova", "id": 8515462, "node_id": "MDQ6VXNlcjg1MTU0NjI=", "avatar_url": "https://avatars.githubusercontent.com/u/8515462?v=4", "gravatar_id": "", "url": "https://api.github.com/users/albertvillanova", "html_url": "https://github.com/albertvillanova", "followers_url": "https://api.g...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8080). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-19T13:56:43
2026-03-19T14:22:47
2026-03-19T14:22:47
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8080", "html_url": "https://github.com/huggingface/datasets/pull/8080", "diff_url": "https://github.com/huggingface/datasets/pull/8080.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8080.patch", "merged_at": "2026-03-19T14:22...
Fix docstring of `Json.cast_storage`. This PR makes a minor change to the `cast_storage` method in the `Json` feature, updating its return type and documentation to better reflect its intended functionality. * Updated the `cast_storage` method to return a `pa.JsonArray` instead of a `pa.Int64Array`, and revised t...
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8080/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8080/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8079
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8079/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8079/comments
https://api.github.com/repos/huggingface/datasets/issues/8079/events
https://github.com/huggingface/datasets/issues/8079
4,099,246,270
I_kwDODunzps70VYi-
8,079
StepExamplesIterable._iter_arrow drops samples for non-zero ranks for single-sharded
{ "login": "wwwjn", "id": 40016222, "node_id": "MDQ6VXNlcjQwMDE2MjIy", "avatar_url": "https://avatars.githubusercontent.com/u/40016222?v=4", "gravatar_id": "", "url": "https://api.github.com/users/wwwjn", "html_url": "https://github.com/wwwjn", "followers_url": "https://api.github.com/users/wwwjn/follow...
[]
closed
false
[ { "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.git...
null
[]
2026-03-19T04:38:51
2026-03-19T17:29:40
2026-03-19T17:29:40
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
NONE
null
null
null
null
### Describe the bug As titled ### Steps to reproduce the bug Running following Python script: ``` """ Reproducer for HuggingFace datasets 4.x bug: StepExamplesIterable._iter_arrow drops samples for non-zero ranks when Arrow batches have size 1 (e.g. single-shard streaming WebDataset). Bug: split_dataset_by_node w...
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8079/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8079/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
null
false
https://api.github.com/repos/huggingface/datasets/issues/8078
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8078/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8078/comments
https://api.github.com/repos/huggingface/datasets/issues/8078/events
https://github.com/huggingface/datasets/issues/8078
4,086,560,531
I_kwDODunzps7zk_cT
8,078
Inconsistent loading of LFS-hosted files in Dangindev/viet-cultural-vqa dataset
{ "login": "ngayngo9x", "id": 1835469, "node_id": "MDQ6VXNlcjE4MzU0Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1835469?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ngayngo9x", "html_url": "https://github.com/ngayngo9x", "followers_url": "https://api.github.com/users/ng...
[]
closed
false
[]
null
[ "I also have been stuck in same problem ", "This should be fixed, thanks for reporting ! let us know if you ever encounter other issues in the future", "It's okay. \n\nGood job, thanks your support! " ]
2026-03-17T06:44:01
2026-03-30T04:14:29
2026-03-30T04:14:29
null
NONE
null
null
null
null
### Describe the bug Describe the bug Some files in the Dangindev/viet-cultural-vqa dataset fail to load via the Hugging Face datasets library. xet-hosted files load fine LFS-hosted files sometimes fail Example: Fails: https://huggingface.co/datasets/Dangindev/viet-cultural-vqa/blob/main/images/am_thuc/banh_chung_T...
{ "login": "ngayngo9x", "id": 1835469, "node_id": "MDQ6VXNlcjE4MzU0Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1835469?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ngayngo9x", "html_url": "https://github.com/ngayngo9x", "followers_url": "https://api.github.com/users/ng...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8078/reactions", "total_count": 4, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 2 }
https://api.github.com/repos/huggingface/datasets/issues/8078/timeline
null
completed
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
null
false
https://api.github.com/repos/huggingface/datasets/issues/8077
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8077/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8077/comments
https://api.github.com/repos/huggingface/datasets/issues/8077/events
https://github.com/huggingface/datasets/pull/8077
4,085,628,712
PR_kwDODunzps7LFLuq
8,077
set dev version
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8077). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-17T01:11:19
2026-03-17T01:14:29
2026-03-17T01:11:29
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8077", "html_url": "https://github.com/huggingface/datasets/pull/8077", "diff_url": "https://github.com/huggingface/datasets/pull/8077.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8077.patch", "merged_at": "2026-03-17T01:11...
null
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8077/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8077/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8076
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8076/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8076/comments
https://api.github.com/repos/huggingface/datasets/issues/8076/events
https://github.com/huggingface/datasets/pull/8076
4,085,623,029
PR_kwDODunzps7LFKiP
8,076
release 4.8.2
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8076). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-17T01:09:37
2026-03-17T01:12:46
2026-03-17T01:10:09
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8076", "html_url": "https://github.com/huggingface/datasets/pull/8076", "diff_url": "https://github.com/huggingface/datasets/pull/8076.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8076.patch", "merged_at": "2026-03-17T01:10...
null
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8076/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8076/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8075
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8075/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8075/comments
https://api.github.com/repos/huggingface/datasets/issues/8075/events
https://github.com/huggingface/datasets/issues/8075
4,085,618,908
I_kwDODunzps7zhZjc
8,075
`.batch()` error on formatted datasets
{ "login": "mariosasko", "id": 47462742, "node_id": "MDQ6VXNlcjQ3NDYyNzQy", "avatar_url": "https://avatars.githubusercontent.com/u/47462742?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mariosasko", "html_url": "https://github.com/mariosasko", "followers_url": "https://api.github.com/use...
[]
open
false
[]
null
[ "Hi ! Good catch :) Since table-formatted iterable datasets have an Arrow path (i.e. they have `.iter_arrow()`) I guess a simple fix would be to make `.batch()` make the dataset arrow-formatted and use a `batch_arrow_fn` in that case (instead of the current `_batch_fn` that expects dictionaries). It would also be b...
2026-03-17T01:08:13
2026-03-20T00:23:14
null
null
COLLABORATOR
null
null
null
null
The `.batch()` method currently assumes the input (batch) is always a dictionary, which causes errors when it isn't. This can happen with formatted datasets, since formats like `"pyarrow"`, `"pandas"` (only affects `IterableDataset`), and `"polars"` return tables/dataframes instead of dictionaries. For example: ```pyt...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8075/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8075/timeline
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
null
false
https://api.github.com/repos/huggingface/datasets/issues/8074
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8074/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8074/comments
https://api.github.com/repos/huggingface/datasets/issues/8074/events
https://github.com/huggingface/datasets/pull/8074
4,085,617,196
PR_kwDODunzps7LFJWr
8,074
Json type for empty struct
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8074). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-17T01:07:37
2026-03-17T01:10:42
2026-03-17T01:08:14
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8074", "html_url": "https://github.com/huggingface/datasets/pull/8074", "diff_url": "https://github.com/huggingface/datasets/pull/8074.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8074.patch", "merged_at": "2026-03-17T01:08...
otherwise the it can't be converted to parquet related: https://github.com/apache/arrow/issues/9886
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8074/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8074/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8073
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8073/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8073/comments
https://api.github.com/repos/huggingface/datasets/issues/8073/events
https://github.com/huggingface/datasets/pull/8073
4,085,461,387
PR_kwDODunzps7LEq3b
8,073
set dev version
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8073). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-17T00:15:21
2026-03-17T00:18:32
2026-03-17T00:15:27
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8073", "html_url": "https://github.com/huggingface/datasets/pull/8073", "diff_url": "https://github.com/huggingface/datasets/pull/8073.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8073.patch", "merged_at": "2026-03-17T00:15...
null
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8073/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8073/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8072
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8072/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8072/comments
https://api.github.com/repos/huggingface/datasets/issues/8072/events
https://github.com/huggingface/datasets/pull/8072
4,085,451,847
PR_kwDODunzps7LEo8q
8,072
release: 4.8.1
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8072). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-17T00:12:35
2026-03-17T00:15:48
2026-03-17T00:13:12
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8072", "html_url": "https://github.com/huggingface/datasets/pull/8072", "diff_url": "https://github.com/huggingface/datasets/pull/8072.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8072.patch", "merged_at": "2026-03-17T00:13...
null
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8072/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8072/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8071
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8071/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8071/comments
https://api.github.com/repos/huggingface/datasets/issues/8071/events
https://github.com/huggingface/datasets/pull/8071
4,085,396,360
PR_kwDODunzps7LEdyK
8,071
set dev version
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8071). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-16T23:53:51
2026-03-16T23:57:05
2026-03-16T23:53:59
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8071", "html_url": "https://github.com/huggingface/datasets/pull/8071", "diff_url": "https://github.com/huggingface/datasets/pull/8071.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8071.patch", "merged_at": "2026-03-16T23:53...
null
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8071/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8071/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8070
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8070/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8070/comments
https://api.github.com/repos/huggingface/datasets/issues/8070/events
https://github.com/huggingface/datasets/pull/8070
4,085,368,828
PR_kwDODunzps7LEYUB
8,070
Release: 4.8.0
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8070). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-16T23:42:45
2026-03-16T23:45:51
2026-03-16T23:42:53
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8070", "html_url": "https://github.com/huggingface/datasets/pull/8070", "diff_url": "https://github.com/huggingface/datasets/pull/8070.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8070.patch", "merged_at": "2026-03-16T23:42...
null
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8070/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8070/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8069
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8069/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8069/comments
https://api.github.com/repos/huggingface/datasets/issues/8069/events
https://github.com/huggingface/datasets/pull/8069
4,083,154,609
PR_kwDODunzps7K9Ph0
8,069
fix null filling in missing jsonl columns
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8069). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-16T15:24:43
2026-03-16T15:43:32
2026-03-16T15:43:30
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8069", "html_url": "https://github.com/huggingface/datasets/pull/8069", "diff_url": "https://github.com/huggingface/datasets/pull/8069.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8069.patch", "merged_at": "2026-03-16T15:43...
fix regression from #8027 reported [internally](https://huggingface.slack.com/archives/C04BP5S7858/p1773661170461759) cc @gary149
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8069/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8069/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8068
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8068/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8068/comments
https://api.github.com/repos/huggingface/datasets/issues/8068/events
https://github.com/huggingface/datasets/pull/8068
4,079,149,641
PR_kwDODunzps7Kwbp4
8,068
Datasets streaming iterable packaged fixes
{ "login": "Michael-RDev", "id": 89427972, "node_id": "MDQ6VXNlcjg5NDI3OTcy", "avatar_url": "https://avatars.githubusercontent.com/u/89427972?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Michael-RDev", "html_url": "https://github.com/Michael-RDev", "followers_url": "https://api.github.c...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8068). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "Fixing soon :)", "Amazing PR ! I took the liberty of pushing a few fixes to account f...
2026-03-15T20:37:55
2026-03-17T17:33:57
2026-03-16T22:54:07
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8068", "html_url": "https://github.com/huggingface/datasets/pull/8068", "diff_url": "https://github.com/huggingface/datasets/pull/8068.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8068.patch", "merged_at": "2026-03-16T22:54...
This PR ckumps a bunch of fixes across streaming, iterable datasets, and packaged modules, plus workflow/docs cleanups. A collection of fixes and long-overdue feature completions that kept getting pushed off as TODO(QL) comments. Nothing here is a dramatic architectural change, mostly things that were partially wire...
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8068/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8068/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8067
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8067/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8067/comments
https://api.github.com/repos/huggingface/datasets/issues/8067/events
https://github.com/huggingface/datasets/pull/8067
4,076,680,592
PR_kwDODunzps7KpJ1W
8,067
typing: accept sequences for Dataset file loaders
{ "login": "biefan", "id": 70761325, "node_id": "MDQ6VXNlcjcwNzYxMzI1", "avatar_url": "https://avatars.githubusercontent.com/u/70761325?v=4", "gravatar_id": "", "url": "https://api.github.com/users/biefan", "html_url": "https://github.com/biefan", "followers_url": "https://api.github.com/users/biefan/fo...
[]
open
false
[]
null
[]
2026-03-14T20:37:21
2026-03-14T20:37:21
null
null
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8067", "html_url": "https://github.com/huggingface/datasets/pull/8067", "diff_url": "https://github.com/huggingface/datasets/pull/8067.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8067.patch", "merged_at": null }
## Summary - update `Dataset.from_csv`, `from_json`, `from_parquet`, and `from_text` type hints from `list[PathLike]` to `Sequence[PathLike]` - normalize non-string sequences to lists before passing paths to readers - add path-type tests to cover tuple input for all four loaders ## Why `list` is invariant for static t...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8067/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8067/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8066
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8066/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8066/comments
https://api.github.com/repos/huggingface/datasets/issues/8066/events
https://github.com/huggingface/datasets/pull/8066
4,076,658,501
PR_kwDODunzps7KpFze
8,066
fix: avoid duplicate kwargs collisions in load_dataset_builder
{ "login": "biefan", "id": 70761325, "node_id": "MDQ6VXNlcjcwNzYxMzI1", "avatar_url": "https://avatars.githubusercontent.com/u/70761325?v=4", "gravatar_id": "", "url": "https://api.github.com/users/biefan", "html_url": "https://github.com/biefan", "followers_url": "https://api.github.com/users/biefan/fo...
[]
closed
false
[]
null
[ "I believe this was fixed in https://github.com/huggingface/datasets/pull/8068" ]
2026-03-14T20:26:16
2026-03-17T00:04:08
2026-03-17T00:04:07
null
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8066", "html_url": "https://github.com/huggingface/datasets/pull/8066", "diff_url": "https://github.com/huggingface/datasets/pull/8066.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8066.patch", "merged_at": null }
## Summary - avoid duplicate keyword collisions when `config_kwargs` overlap with module-provided `builder_kwargs` in `load_dataset_builder` - this fixes cases like passing `base_path=...` where `base_path` is already present in `builder_kwargs` - add a regression test using a local dataset directory to ensure overridi...
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8066/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8066/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8065
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8065/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8065/comments
https://api.github.com/repos/huggingface/datasets/issues/8065/events
https://github.com/huggingface/datasets/issues/8065
4,073,606,584
I_kwDODunzps7yzk24
8,065
ARM audio support broken
{ "login": "leondz", "id": 121934, "node_id": "MDQ6VXNlcjEyMTkzNA==", "avatar_url": "https://avatars.githubusercontent.com/u/121934?v=4", "gravatar_id": "", "url": "https://api.github.com/users/leondz", "html_url": "https://github.com/leondz", "followers_url": "https://api.github.com/users/leondz/follow...
[]
open
false
[]
null
[ "See also https://github.com/NVIDIA/garak/issues/1622#issuecomment-3937720381", "Hi @leondz , thanks for the detailed bug report — the description and reproduction steps are really clear.\n\nI’d love to take a shot at investigating and potentially fixing this issue. Before I start digging into the codebase, I jus...
2026-03-13T22:06:36
2026-03-23T14:16:47
null
null
CONTRIBUTOR
null
null
null
null
### Describe the bug `datasets` 4.0 moved to using `torchcodec` for audio datasets, which doesn't support ARM hardware under Linux and Windows ### Steps to reproduce the bug try: * Try to install `torchcodec` under Linux ARM64 or: * Try to install `torchcodec` under Windows ARM64 or, on either of those platforms...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8065/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8065/timeline
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
null
false
https://api.github.com/repos/huggingface/datasets/issues/8064
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8064/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8064/comments
https://api.github.com/repos/huggingface/datasets/issues/8064/events
https://github.com/huggingface/datasets/pull/8064
4,064,944,679
PR_kwDODunzps7KDQH-
8,064
Read (and write) from HF Storage Buckets: load raw data, process and save to Dataset Repos
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8064). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-12T14:09:29
2026-03-16T15:45:56
2026-03-16T15:45:54
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8064", "html_url": "https://github.com/huggingface/datasets/pull/8064", "diff_url": "https://github.com/huggingface/datasets/pull/8064.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8064.patch", "merged_at": "2026-03-16T15:45...
TODO: - [x] load_dataset("csv", data_files=["hf://buckets/..."]) - [x] load_dataset("buckets/...") - [x] Dataset.to_csv("hf://buckets/..."), to_json, to_parquet, etc. - [x] DatasetDict.push_to_hub("buckets/...") - [x] Dataset.push_to_hub("buckets/...") - [x] DatasetDict.push_to_hub("buckets/...") - [x] IterableD...
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8064/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8064/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8063
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8063/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8063/comments
https://api.github.com/repos/huggingface/datasets/issues/8063/events
https://github.com/huggingface/datasets/pull/8063
4,064,033,042
PR_kwDODunzps7KAPNO
8,063
Fix formatted iter arrow double yield
{ "login": "HaukurPall", "id": 9451463, "node_id": "MDQ6VXNlcjk0NTE0NjM=", "avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4", "gravatar_id": "", "url": "https://api.github.com/users/HaukurPall", "html_url": "https://github.com/HaukurPall", "followers_url": "https://api.github.com/users...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8063). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-12T11:37:26
2026-03-17T00:08:32
2026-03-17T00:06:15
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8063", "html_url": "https://github.com/huggingface/datasets/pull/8063", "diff_url": "https://github.com/huggingface/datasets/pull/8063.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8063.patch", "merged_at": "2026-03-17T00:06...
I (+Claude) noticed this when reading the code. I did not encounter this bug (I think) so I can't say much more about it. Perhaps the second iteration will immediately stop so the bug is harmless, but to be safe I think a return there is safer.
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8063/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8063/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8062
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8062/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8062/comments
https://api.github.com/repos/huggingface/datasets/issues/8062/events
https://github.com/huggingface/datasets/pull/8062
4,064,013,989
PR_kwDODunzps7KALNc
8,062
Fix iterable dataset dict num proc shards
{ "login": "HaukurPall", "id": 9451463, "node_id": "MDQ6VXNlcjk0NTE0NjM=", "avatar_url": "https://avatars.githubusercontent.com/u/9451463?v=4", "gravatar_id": "", "url": "https://api.github.com/users/HaukurPall", "html_url": "https://github.com/HaukurPall", "followers_url": "https://api.github.com/users...
[]
closed
false
[]
null
[ "I believe this was fixed in https://github.com/huggingface/datasets/pull/8068" ]
2026-03-12T11:34:02
2026-03-17T00:10:20
2026-03-17T00:10:19
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8062", "html_url": "https://github.com/huggingface/datasets/pull/8062", "diff_url": "https://github.com/huggingface/datasets/pull/8062.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8062.patch", "merged_at": null }
If the number of shards for some split is lower than num_proc the IterableDatasetDict.push_to_hub will crash. This handling of num_proc is as close to identical as the handling in IterableDataset.push_to_hub
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8062/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8062/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8061
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8061/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8061/comments
https://api.github.com/repos/huggingface/datasets/issues/8061/events
https://github.com/huggingface/datasets/pull/8061
4,058,881,349
PR_kwDODunzps7JvjMu
8,061
fix reshard_data_sources
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8061). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-11T15:20:14
2026-03-11T15:23:21
2026-03-11T15:20:25
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8061", "html_url": "https://github.com/huggingface/datasets/pull/8061", "diff_url": "https://github.com/huggingface/datasets/pull/8061.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8061.patch", "merged_at": "2026-03-11T15:20...
as reported at https://github.com/huggingface/datasets/pull/7992#discussion_r2915605694
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8061/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8061/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8060
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8060/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8060/comments
https://api.github.com/repos/huggingface/datasets/issues/8060/events
https://github.com/huggingface/datasets/pull/8060
4,058,653,460
PR_kwDODunzps7Juyj9
8,060
Improve error message for invalid data_files pattern format
{ "login": "kushalkkb", "id": 136191726, "node_id": "U_kgDOCB4e7g", "avatar_url": "https://avatars.githubusercontent.com/u/136191726?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kushalkkb", "html_url": "https://github.com/kushalkkb", "followers_url": "https://api.github.com/users/kushal...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8060). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-11T14:41:22
2026-03-11T15:22:42
2026-03-11T15:21:37
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8060", "html_url": "https://github.com/huggingface/datasets/pull/8060", "diff_url": "https://github.com/huggingface/datasets/pull/8060.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8060.patch", "merged_at": "2026-03-11T15:21...
This PR improves the error message raised in sanitize_patterns() when an invalid data_files entry is provided. The new message clearly explains the expected dictionary format: {'split': <split_name>, 'path': <path_or_list_of_paths>} This helps users debug incorrect dataset configurations more easily.
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8060/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8060/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8059
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8059/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8059/comments
https://api.github.com/repos/huggingface/datasets/issues/8059/events
https://github.com/huggingface/datasets/pull/8059
4,047,389,910
PR_kwDODunzps7JKln6
8,059
set dev version
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8059). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-09T19:10:48
2026-03-09T19:13:56
2026-03-09T19:10:55
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8059", "html_url": "https://github.com/huggingface/datasets/pull/8059", "diff_url": "https://github.com/huggingface/datasets/pull/8059.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8059.patch", "merged_at": "2026-03-09T19:10...
null
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8059/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8059/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8058
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8058/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8058/comments
https://api.github.com/repos/huggingface/datasets/issues/8058/events
https://github.com/huggingface/datasets/pull/8058
4,047,337,789
PR_kwDODunzps7JKal1
8,058
release: 4.7.0
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8058). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-09T18:59:02
2026-03-09T19:02:02
2026-03-09T19:01:54
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8058", "html_url": "https://github.com/huggingface/datasets/pull/8058", "diff_url": "https://github.com/huggingface/datasets/pull/8058.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8058.patch", "merged_at": "2026-03-09T19:01...
null
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8058/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8058/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8057
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8057/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8057/comments
https://api.github.com/repos/huggingface/datasets/issues/8057/events
https://github.com/huggingface/datasets/pull/8057
4,047,214,377
PR_kwDODunzps7JKAxA
8,057
Limit dataset listing to first 20 entries in readme
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8057). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-09T18:31:23
2026-03-09T18:34:34
2026-03-09T18:31:30
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8057", "html_url": "https://github.com/huggingface/datasets/pull/8057", "diff_url": "https://github.com/huggingface/datasets/pull/8057.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8057.patch", "merged_at": "2026-03-09T18:31...
null
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8057/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8057/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8056
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8056/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8056/comments
https://api.github.com/repos/huggingface/datasets/issues/8056/events
https://github.com/huggingface/datasets/pull/8056
4,046,814,417
PR_kwDODunzps7JIr7d
8,056
Don't extract bad files
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8056). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-09T17:09:17
2026-03-09T17:22:15
2026-03-09T17:22:13
null
MEMBER
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8056", "html_url": "https://github.com/huggingface/datasets/pull/8056", "diff_url": "https://github.com/huggingface/datasets/pull/8056.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8056.patch", "merged_at": "2026-03-09T17:22...
related to https://github.com/huggingface/datasets/issues/8052
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8056/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8056/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8055
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8055/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8055/comments
https://api.github.com/repos/huggingface/datasets/issues/8055/events
https://github.com/huggingface/datasets/pull/8055
4,042,507,479
PR_kwDODunzps7I6knM
8,055
feat: add 3D mesh support and MeshFolder builder
{ "login": "Vinay-Umrethe", "id": 175500353, "node_id": "U_kgDOCnXsQQ", "avatar_url": "https://avatars.githubusercontent.com/u/175500353?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Vinay-Umrethe", "html_url": "https://github.com/Vinay-Umrethe", "followers_url": "https://api.github.com/...
[]
open
false
[]
null
[ "### A Test Conducted:\r\n\r\n```python\r\nfrom datasets import Features, Value, Sequence, Image, Audio, Mesh, load_dataset\r\n\r\n# Define features.\r\nfeatures = Features({\r\n 'id': Value('string'),\r\n 'objaverse_uid': Value('string'),\r\n 'text': Value('string'),\r\n 'image': Image(),\r\n 'audio...
2026-03-09T00:03:16
2026-03-29T17:45:20
null
null
NONE
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8055", "html_url": "https://github.com/huggingface/datasets/pull/8055", "diff_url": "https://github.com/huggingface/datasets/pull/8055.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8055.patch", "merged_at": null }
This PR introduces 3D mesh support to the `datasets` library, mirroring the existing paradigms for Image, Audio, and Video modalities. this is made to support 3D data just like image, audio, etc... new `Mesh`feature class, which manages 3D data via a PyArrow `struct` containing both raw bytes and file paths. support...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8055/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8055/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8054
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8054/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8054/comments
https://api.github.com/repos/huggingface/datasets/issues/8054/events
https://github.com/huggingface/datasets/pull/8054
4,042,146,910
PR_kwDODunzps7I5elG
8,054
fix(arrow_dataset): initialise writer on first non-None map result, not on i==0
{ "login": "s-zx", "id": 72348999, "node_id": "MDQ6VXNlcjcyMzQ4OTk5", "avatar_url": "https://avatars.githubusercontent.com/u/72348999?v=4", "gravatar_id": "", "url": "https://api.github.com/users/s-zx", "html_url": "https://github.com/s-zx", "followers_url": "https://api.github.com/users/s-zx/followers"...
[]
open
false
[]
null
[]
2026-03-08T20:49:04
2026-03-08T20:49:04
null
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8054", "html_url": "https://github.com/huggingface/datasets/pull/8054", "diff_url": "https://github.com/huggingface/datasets/pull/8054.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8054.patch", "merged_at": null }
## Summary `Dataset.map` crashes with `AttributeError: 'NoneType' object has no attribute 'write'` when the map function returns `None` for the first N examples and a dict for later ones (issue #7990). ## Root Cause The `ArrowWriter` was initialised with a guard tied to the example index: ```python # Non-batched pa...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8054/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8054/timeline
null
null
null
null
null
true
https://api.github.com/repos/huggingface/datasets/issues/8053
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8053/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8053/comments
https://api.github.com/repos/huggingface/datasets/issues/8053/events
https://github.com/huggingface/datasets/pull/8053
4,042,143,431
PR_kwDODunzps7I5d8p
8,053
fix(iterable_dataset): preserve features when chaining filter() on typed IterableDataset
{ "login": "s-zx", "id": 72348999, "node_id": "MDQ6VXNlcjcyMzQ4OTk5", "avatar_url": "https://avatars.githubusercontent.com/u/72348999?v=4", "gravatar_id": "", "url": "https://api.github.com/users/s-zx", "html_url": "https://github.com/s-zx", "followers_url": "https://api.github.com/users/s-zx/followers"...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8053). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-03-08T20:46:50
2026-03-09T17:44:33
2026-03-09T17:44:33
null
CONTRIBUTOR
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8053", "html_url": "https://github.com/huggingface/datasets/pull/8053", "diff_url": "https://github.com/huggingface/datasets/pull/8053.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8053.patch", "merged_at": "2026-03-09T17:44...
## Summary Chaining two `.filter()` calls on an `IterableDataset` with explicit features raises: ``` TypeError: 'NoneType' object is not a mapping ``` on the second `.filter()` call (issue #8037). ## Root Cause After the first `.filter()`, the internal `ex_iterable` becomes _typed_ (`is_typed=True`) because `Filte...
{ "login": "lhoestq", "id": 42851186, "node_id": "MDQ6VXNlcjQyODUxMTg2", "avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lhoestq", "html_url": "https://github.com/lhoestq", "followers_url": "https://api.github.com/users/lhoest...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8053/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/huggingface/datasets/issues/8053/timeline
null
null
null
null
null
true
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
5