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
dict
comments
list
created_at
timestamp[s]
updated_at
timestamp[s]
closed_at
timestamp[s]
assignee
dict
author_association
string
issue_field_values
list
type
null
active_lock_reason
null
sub_issues_summary
dict
issue_dependencies_summary
dict
body
string
closed_by
dict
reactions
dict
timeline_url
string
performed_via_github_app
null
state_reason
string
pinned_comment
null
draft
bool
pull_request
dict
is_pull_request
bool
https://api.github.com/repos/huggingface/datasets/issues/8393
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8393/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8393/comments
https://api.github.com/repos/huggingface/datasets/issues/8393/events
https://github.com/huggingface/datasets/issues/8393
5,057,788,029
I_kwDODunzps8AAAABLXe4fQ
8,393
CPU Bottleneck in `IterableDataset.state_dict()` when shuffling multiple shards
{ "login": "yuxin00j", "id": 255896926, "node_id": "U_kgDOD0CtXg", "avatar_url": "https://avatars.githubusercontent.com/u/255896926?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yuxin00j", "html_url": "https://github.com/yuxin00j", "followers_url": "https://api.github.com/users/yuxin00j/...
[]
open
false
[]
null
[]
2026-08-04T07:16:30
2026-08-04T07:16:30
null
null
NONE
[]
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
**Describe the bug** There is a significant CPU bottleneck in `IterableDataset` dataloading when `buffer_size` and `max_buffer_input_shards` are greater than 1 (i.e. highly parallelized streaming with a shuffle buffer). Currently, `_BaseExamplesIterable.state_dict()` falls back to performing a full recursive `copy.dee...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8393/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/8393/timeline
null
null
null
null
null
false
https://api.github.com/repos/huggingface/datasets/issues/8392
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8392/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8392/comments
https://api.github.com/repos/huggingface/datasets/issues/8392/events
https://github.com/huggingface/datasets/pull/8392
5,057,387,644
PR_kwDODunzps76YcK8
8,392
Add Spark Connect support for Spark datasets
{ "login": "zhengruifeng", "id": 7322292, "node_id": "MDQ6VXNlcjczMjIyOTI=", "avatar_url": "https://avatars.githubusercontent.com/u/7322292?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zhengruifeng", "html_url": "https://github.com/zhengruifeng", "followers_url": "https://api.github.com...
[]
open
false
[]
null
[]
2026-08-04T06:20:14
2026-08-04T06:20:14
null
null
NONE
[]
null
null
null
null
## What does this PR do? Adds Spark Connect support to `Dataset.from_spark` and `IterableDataset.from_spark` by replacing client-side RDD and `SparkContext` calls with DataFrame APIs supported by Spark Connect. - discovers partitions with `spark_partition_id()` for streaming datasets - runs the shared-cache probe wit...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8392/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/8392/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8392", "html_url": "https://github.com/huggingface/datasets/pull/8392", "diff_url": "https://github.com/huggingface/datasets/pull/8392.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8392.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8391
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8391/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8391/comments
https://api.github.com/repos/huggingface/datasets/issues/8391/events
https://github.com/huggingface/datasets/issues/8391
5,057,110,196
I_kwDODunzps8AAAABLW1gtA
8,391
Nanosecond timestamps are silently truncated even when Value("timestamp[ns]") is requested
{ "login": "LeSingh1", "id": 197028264, "node_id": "U_kgDOC75pqA", "avatar_url": "https://avatars.githubusercontent.com/u/197028264?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LeSingh1", "html_url": "https://github.com/LeSingh1", "followers_url": "https://api.github.com/users/LeSingh1/...
[]
open
false
[]
null
[]
2026-08-04T05:36:19
2026-08-04T05:36:19
null
null
NONE
[]
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
### Describe the bug `Dataset.from_dict` / `from_list` / `map` silently drop sub-microsecond precision, even when the user explicitly declares a nanosecond feature type. The resulting dataset reports `timestamp[ns]` but the data has already been truncated to microseconds. ### Steps to reproduce the bug ```python imp...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8391/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/8391/timeline
null
null
null
null
null
false
https://api.github.com/repos/huggingface/datasets/issues/8390
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8390/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8390/comments
https://api.github.com/repos/huggingface/datasets/issues/8390/events
https://github.com/huggingface/datasets/issues/8390
5,057,108,509
I_kwDODunzps8AAAABLW1aHQ
8,390
to_json cannot round-trip temporal columns: all timestamps written as epoch milliseconds
{ "login": "LeSingh1", "id": 197028264, "node_id": "U_kgDOC75pqA", "avatar_url": "https://avatars.githubusercontent.com/u/197028264?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LeSingh1", "html_url": "https://github.com/LeSingh1", "followers_url": "https://api.github.com/users/LeSingh1/...
[]
open
false
[]
null
[]
2026-08-04T05:36:00
2026-08-04T05:36:00
null
null
NONE
[]
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
### Describe the bug `Dataset.to_json()` serializes every temporal column as a bare epoch integer at a single fixed resolution (pandas' `date_unit="ms"` default), with no unit recorded in the output. Timestamps therefore do not survive a `to_json` → `from_json` round trip: they either come back silently wrong or raise...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8390/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/8390/timeline
null
null
null
null
null
false
https://api.github.com/repos/huggingface/datasets/issues/8389
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8389/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8389/comments
https://api.github.com/repos/huggingface/datasets/issues/8389/events
https://github.com/huggingface/datasets/pull/8389
5,057,105,324
PR_kwDODunzps76XicZ
8,389
Keep the id of List and LargeList features when visiting them
{ "login": "LeSingh1", "id": 197028264, "node_id": "U_kgDOC75pqA", "avatar_url": "https://avatars.githubusercontent.com/u/197028264?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LeSingh1", "html_url": "https://github.com/LeSingh1", "followers_url": "https://api.github.com/users/LeSingh1/...
[]
open
false
[]
null
[]
2026-08-04T05:35:23
2026-08-04T05:35:23
null
null
NONE
[]
null
null
null
null
`_visit()` and `_visit_with_path()` rebuild `List` / `LargeList` in order to recurse into the inner feature, but they don't carry `id` over, so it is silently reset to `None`. Every other feature type is passed through untouched and keeps its `id`. `Features.__init__` runs `_visit()` on every column (to convert the le...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8389/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/8389/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8389", "html_url": "https://github.com/huggingface/datasets/pull/8389", "diff_url": "https://github.com/huggingface/datasets/pull/8389.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8389.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8388
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8388/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8388/comments
https://api.github.com/repos/huggingface/datasets/issues/8388/events
https://github.com/huggingface/datasets/pull/8388
5,057,105,180
PR_kwDODunzps76Xiab
8,388
Allow to_iterable_dataset() on a dataset with no rows
{ "login": "LeSingh1", "id": 197028264, "node_id": "U_kgDOC75pqA", "avatar_url": "https://avatars.githubusercontent.com/u/197028264?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LeSingh1", "html_url": "https://github.com/LeSingh1", "followers_url": "https://api.github.com/users/LeSingh1/...
[]
open
false
[]
null
[]
2026-08-04T05:35:21
2026-08-04T05:35:21
null
null
NONE
[]
null
null
null
null
`Dataset.to_iterable_dataset()` defaults to `num_shards=1`, but the guard rejects any `num_shards > len(self)`, so it always raises on an empty dataset: ```python >>> Dataset.from_dict({"a": []}).to_iterable_dataset() ValueError: Unable to shard a dataset of size 0 into 1 shards (the number of shards exceeds the numbe...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8388/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/8388/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8388", "html_url": "https://github.com/huggingface/datasets/pull/8388", "diff_url": "https://github.com/huggingface/datasets/pull/8388.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8388.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8387
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8387/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8387/comments
https://api.github.com/repos/huggingface/datasets/issues/8387/events
https://github.com/huggingface/datasets/pull/8387
5,057,055,820
PR_kwDODunzps76XYVI
8,387
Fix `deepcopy` bottleneck in state_dict()
{ "login": "yuxin00j", "id": 255896926, "node_id": "U_kgDOD0CtXg", "avatar_url": "https://avatars.githubusercontent.com/u/255896926?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yuxin00j", "html_url": "https://github.com/yuxin00j", "followers_url": "https://api.github.com/users/yuxin00j/...
[]
open
false
[]
null
[]
2026-08-04T05:26:28
2026-08-04T07:47:30
null
null
NONE
[]
null
null
null
null
Fix #8393 This PR significantly resolves a major CPU bottleneck in `IterableDataset` dataloading when `buffer_size` and `max_buffer_input_shards` are > 1. **The Bug:** Currently, `_BaseExamplesIterable.state_dict()` falls back to performing a full recursive `copy.deepcopy(self._state_dict)`. In nested iterator...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8387/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/8387/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8387", "html_url": "https://github.com/huggingface/datasets/pull/8387", "diff_url": "https://github.com/huggingface/datasets/pull/8387.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8387.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8386
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8386/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8386/comments
https://api.github.com/repos/huggingface/datasets/issues/8386/events
https://github.com/huggingface/datasets/issues/8386
5,056,333,190
I_kwDODunzps8AAAABLWGFhg
8,386
map(batched=True, drop_last_batch=True) returns the input unchanged when the dataset is smaller than batch_size
{ "login": "LeSingh1", "id": 197028264, "node_id": "U_kgDOC75pqA", "avatar_url": "https://avatars.githubusercontent.com/u/197028264?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LeSingh1", "html_url": "https://github.com/LeSingh1", "followers_url": "https://api.github.com/users/LeSingh1/...
[]
open
false
[]
null
[]
2026-08-04T03:21:59
2026-08-04T03:21:59
null
null
NONE
[]
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
### Describe the bug When `drop_last_batch=True` and the dataset is smaller than `batch_size`, `Dataset.map(batched=True, ...)` returns the **input unchanged** instead of an empty dataset. The mapped function is never called, but the original rows are passed through with the original (unbatched) schema. The iterable ...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8386/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/8386/timeline
null
null
null
null
null
false
https://api.github.com/repos/huggingface/datasets/issues/8385
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8385/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8385/comments
https://api.github.com/repos/huggingface/datasets/issues/8385/events
https://github.com/huggingface/datasets/pull/8385
5,056,320,016
PR_kwDODunzps76VCkY
8,385
Fix save_to_disk writing no shard for a dataset with no rows
{ "login": "LeSingh1", "id": 197028264, "node_id": "U_kgDOC75pqA", "avatar_url": "https://avatars.githubusercontent.com/u/197028264?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LeSingh1", "html_url": "https://github.com/LeSingh1", "followers_url": "https://api.github.com/users/LeSingh1/...
[]
open
false
[]
null
[]
2026-08-04T03:19:50
2026-08-04T03:19:50
null
null
NONE
[]
null
null
null
null
`save_to_disk` computes the number of shards from the estimated size and then clamps it to the number of rows (added in #7912): ```python num_shards = min(len(self.data), num_shards) ``` For a dataset with no rows that gives `0` shards. No `.arrow` file is written, `state.json` gets an empty `"_data_files"`, and load...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8385/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/8385/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8385", "html_url": "https://github.com/huggingface/datasets/pull/8385", "diff_url": "https://github.com/huggingface/datasets/pull/8385.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8385.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8384
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8384/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8384/comments
https://api.github.com/repos/huggingface/datasets/issues/8384/events
https://github.com/huggingface/datasets/pull/8384
5,056,316,898
PR_kwDODunzps76VB6Y
8,384
Fix IterableDataset.remove_columns when a single column name is passed
{ "login": "LeSingh1", "id": 197028264, "node_id": "U_kgDOC75pqA", "avatar_url": "https://avatars.githubusercontent.com/u/197028264?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LeSingh1", "html_url": "https://github.com/LeSingh1", "followers_url": "https://api.github.com/users/LeSingh1/...
[]
open
false
[]
null
[]
2026-08-04T03:19:23
2026-08-04T03:19:23
null
null
NONE
[]
null
null
null
null
`IterableDataset.remove_columns` accepts either a single column name or a list, but it only ever tests `col in column_names`. When a string is passed, that becomes a substring test, so any existing column whose name is contained in the one being removed is dropped from `info.features`: ```python ds = Dataset.from_dict...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8384/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/8384/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8384", "html_url": "https://github.com/huggingface/datasets/pull/8384", "diff_url": "https://github.com/huggingface/datasets/pull/8384.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8384.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8383
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8383/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8383/comments
https://api.github.com/repos/huggingface/datasets/issues/8383/events
https://github.com/huggingface/datasets/pull/8383
5,056,314,094
PR_kwDODunzps76VBUb
8,383
Apply the indices mapping in Dataset.unique
{ "login": "LeSingh1", "id": 197028264, "node_id": "U_kgDOC75pqA", "avatar_url": "https://avatars.githubusercontent.com/u/197028264?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LeSingh1", "html_url": "https://github.com/LeSingh1", "followers_url": "https://api.github.com/users/LeSingh1/...
[]
open
false
[]
null
[]
2026-08-04T03:18:59
2026-08-04T03:18:59
null
null
NONE
[]
null
null
null
null
`Dataset.unique` only takes the indices mapping into account when it has a different number of rows than the underlying table: ```python if self._indices is not None and self._indices.num_rows != self._data.num_rows: ``` An indices mapping can also repeat some rows and drop others while keeping the same length. In th...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8383/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/8383/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8383", "html_url": "https://github.com/huggingface/datasets/pull/8383", "diff_url": "https://github.com/huggingface/datasets/pull/8383.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8383.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8382
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8382/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8382/comments
https://api.github.com/repos/huggingface/datasets/issues/8382/events
https://github.com/huggingface/datasets/pull/8382
5,053,067,850
PR_kwDODunzps76KnWs
8,382
Fix IterableDataset.to_dict() and to_polars() returning an empty generator
{ "login": "ebarkhordar", "id": 22658149, "node_id": "MDQ6VXNlcjIyNjU4MTQ5", "avatar_url": "https://avatars.githubusercontent.com/u/22658149?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ebarkhordar", "html_url": "https://github.com/ebarkhordar", "followers_url": "https://api.github.com/...
[]
open
false
[]
null
[]
2026-08-03T18:35:31
2026-08-03T18:35:31
null
null
CONTRIBUTOR
[]
null
null
null
null
### The bug `IterableDataset.to_dict()` and `IterableDataset.to_polars()` each contain a bare `yield` in their `batched=True` branch. A bare `yield` anywhere in a function body makes the whole function a generator function, so both methods return a generator on every call, including the `batched=False` default. That g...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8382/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/8382/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8382", "html_url": "https://github.com/huggingface/datasets/pull/8382", "diff_url": "https://github.com/huggingface/datasets/pull/8382.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8382.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8381
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8381/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8381/comments
https://api.github.com/repos/huggingface/datasets/issues/8381/events
https://github.com/huggingface/datasets/issues/8381
5,053,065,106
I_kwDODunzps8AAAABLS-nkg
8,381
IterableDataset.to_dict() and to_polars() return an empty generator instead of the data
{ "login": "ebarkhordar", "id": 22658149, "node_id": "MDQ6VXNlcjIyNjU4MTQ5", "avatar_url": "https://avatars.githubusercontent.com/u/22658149?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ebarkhordar", "html_url": "https://github.com/ebarkhordar", "followers_url": "https://api.github.com/...
[]
open
false
[]
null
[ "#take" ]
2026-08-03T18:35:13
2026-08-03T18:35:25
null
null
CONTRIBUTOR
[]
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
### Describe the bug `IterableDataset.to_dict()` and `IterableDataset.to_polars()` each have a bare `yield` in their `batched=True` branch, which makes the whole method a generator function. Calling either one the way its docstring shows returns a generator that yields nothing, and the value the `else` branch returns ...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8381/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/8381/timeline
null
null
null
null
null
false
https://api.github.com/repos/huggingface/datasets/issues/8380
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8380/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8380/comments
https://api.github.com/repos/huggingface/datasets/issues/8380/events
https://github.com/huggingface/datasets/pull/8380
5,035,622,149
PR_kwDODunzps75T9aA
8,380
Speed up default Python row extraction
{ "login": "dexhunter", "id": 6930518, "node_id": "MDQ6VXNlcjY5MzA1MTg=", "avatar_url": "https://avatars.githubusercontent.com/u/6930518?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dexhunter", "html_url": "https://github.com/dexhunter", "followers_url": "https://api.github.com/users/de...
[]
open
false
[]
null
[ "Thanks for catching this. The row fast path was bypassing `ArrayExtensionArray.to_pylist()`, which owns ArrayXD shape and null conversion.\n\nI updated `extract_row` to use `to_pylist()[0]` only for ArrayXD columns. Standard columns still use `col[0].as_py()`, so the ordinary fast path is unchanged. I also added a...
2026-08-01T06:13:11
2026-08-01T08:27:47
null
null
NONE
[]
null
null
null
null
## Problem `PythonArrowExtractor.extract_row` runs once per row on the default read path (every `for row in ds` and every `ds[i]`), and it does more work than it needs to: ```python def extract_row(self, pa_table: pa.Table) -> dict: return _unnest(pa_table.to_pydict()) ``` `pa_table` here is always a one-row tab...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8380/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/8380/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8380", "html_url": "https://github.com/huggingface/datasets/pull/8380", "diff_url": "https://github.com/huggingface/datasets/pull/8380.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8380.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8379
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8379/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8379/comments
https://api.github.com/repos/huggingface/datasets/issues/8379/events
https://github.com/huggingface/datasets/pull/8379
5,033,796,787
PR_kwDODunzps75OPzP
8,379
Preserve features after IterableDataset.add_column
{ "login": "kiwigitops", "id": 264279439, "node_id": "U_kgDOD8CVjw", "avatar_url": "https://avatars.githubusercontent.com/u/264279439?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kiwigitops", "html_url": "https://github.com/kiwigitops", "followers_url": "https://api.github.com/users/kiw...
[]
closed
false
[]
null
[ "Closing this as a duplicate of #8316, which is already tracking the same `IterableDataset.add_column` feature preservation change and the 2D ndarray inference concern. Better to keep the discussion in one place." ]
2026-07-31T22:19:06
2026-08-03T22:06:30
2026-08-03T22:06:30
null
NONE
[]
null
null
null
null
## Summary - preserve known `IterableDataset` features when `add_column` appends a streaming column - infer the appended column feature from the provided column values - add a regression test for `add_column` after resolving iterable dataset features Fixes #5752. ## Testing - local repro with `IterableDataset.from_...
{ "login": "kiwigitops", "id": 264279439, "node_id": "U_kgDOD8CVjw", "avatar_url": "https://avatars.githubusercontent.com/u/264279439?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kiwigitops", "html_url": "https://github.com/kiwigitops", "followers_url": "https://api.github.com/users/kiw...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8379/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/8379/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8379", "html_url": "https://github.com/huggingface/datasets/pull/8379", "diff_url": "https://github.com/huggingface/datasets/pull/8379.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8379.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8378
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8378/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8378/comments
https://api.github.com/repos/huggingface/datasets/issues/8378/events
https://github.com/huggingface/datasets/pull/8378
5,029,934,393
PR_kwDODunzps75Bwbf
8,378
feat: add return_file_name option to JSON loader
{ "login": "RenhaoSong", "id": 305858618, "node_id": "U_kgDOEjsIOg", "avatar_url": "https://avatars.githubusercontent.com/u/305858618?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RenhaoSong", "html_url": "https://github.com/RenhaoSong", "followers_url": "https://api.github.com/users/Ren...
[]
open
false
[]
null
[]
2026-07-31T13:19:19
2026-07-31T13:19:19
null
null
NONE
[]
null
null
null
null
## What does this PR do? Adds a `return_file_name` option to the JSON loader. When enabled, the resulting dataset includes a `file_name` column indicating the source file of each row. ## Motivation When training is interrupted and resumed, it's useful to know which file each row came from so already-trained sh...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8378/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/8378/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8378", "html_url": "https://github.com/huggingface/datasets/pull/8378", "diff_url": "https://github.com/huggingface/datasets/pull/8378.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8378.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8377
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8377/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8377/comments
https://api.github.com/repos/huggingface/datasets/issues/8377/events
https://github.com/huggingface/datasets/pull/8377
5,027,590,302
PR_kwDODunzps746K85
8,377
Fix PandasArrayExtensionDtype._metadata: must be a tuple, not a string
{ "login": "saket3395", "id": 55333527, "node_id": "MDQ6VXNlcjU1MzMzNTI3", "avatar_url": "https://avatars.githubusercontent.com/u/55333527?v=4", "gravatar_id": "", "url": "https://api.github.com/users/saket3395", "html_url": "https://github.com/saket3395", "followers_url": "https://api.github.com/users/...
[]
closed
false
[]
null
[ "This is a copy of a PR I have already created: https://github.com/huggingface/datasets/pull/8376", "Thanks for flagging, @kohankhaki — closing this in favor of #8376 since it's the same fix." ]
2026-07-31T07:47:13
2026-08-02T15:55:12
2026-08-02T15:55:12
null
NONE
[]
null
null
null
null
## Summary Fixes #8375 — `PandasArrayExtensionDtype._metadata` is a plain string instead of a tuple, causing `AttributeError: 'PandasArrayExtensionDtype' object has no attribute 'v'` whenever pandas compares two instances of this dtype (e.g. during a boolean-mask filter on a DataFrame with an array-feature column read ...
{ "login": "saket3395", "id": 55333527, "node_id": "MDQ6VXNlcjU1MzMzNTI3", "avatar_url": "https://avatars.githubusercontent.com/u/55333527?v=4", "gravatar_id": "", "url": "https://api.github.com/users/saket3395", "html_url": "https://github.com/saket3395", "followers_url": "https://api.github.com/users/...
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8377/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/8377/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8377", "html_url": "https://github.com/huggingface/datasets/pull/8377", "diff_url": "https://github.com/huggingface/datasets/pull/8377.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8377.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8376
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8376/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8376/comments
https://api.github.com/repos/huggingface/datasets/issues/8376/events
https://github.com/huggingface/datasets/pull/8376
5,025,670,677
PR_kwDODunzps740EFW
8,376
Fix PandasArrayExtensionDtype._metadata to use a tuple
{ "login": "kohankhaki", "id": 56772198, "node_id": "MDQ6VXNlcjU2NzcyMTk4", "avatar_url": "https://avatars.githubusercontent.com/u/56772198?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kohankhaki", "html_url": "https://github.com/kohankhaki", "followers_url": "https://api.github.com/use...
[]
open
false
[]
null
[]
2026-07-31T02:02:46
2026-07-31T06:09:30
null
null
NONE
[]
null
null
null
null
## What was wrong `PandasArrayExtensionDtype` set `_metadata = "value_type"` (a string), but pandas expects a tuple of attribute names, e.g. `("value_type",)`. When pandas compares dtypes (during things like `df[mask]`), it loops over `_metadata` and looks up each entry as an attribute. With a string, it iterates ove...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8376/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/8376/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8376", "html_url": "https://github.com/huggingface/datasets/pull/8376", "diff_url": "https://github.com/huggingface/datasets/pull/8376.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8376.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8375
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8375/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8375/comments
https://api.github.com/repos/huggingface/datasets/issues/8375/events
https://github.com/huggingface/datasets/issues/8375
5,025,604,085
I_kwDODunzps8AAAABK4yh9Q
8,375
`PandasArrayExtensionDtype._metadata` should be a tuple, not a string
{ "login": "kohankhaki", "id": 56772198, "node_id": "MDQ6VXNlcjU2NzcyMTk4", "avatar_url": "https://avatars.githubusercontent.com/u/56772198?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kohankhaki", "html_url": "https://github.com/kohankhaki", "followers_url": "https://api.github.com/use...
[]
open
false
[]
null
[]
2026-07-31T01:50:02
2026-07-31T01:50:02
null
null
NONE
[]
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
### Describe the bug There's a small typo in `PandasArrayExtensionDtype` (`src/datasets/features/features.py`): ```python _metadata = "value_type" ``` Pandas expects `_metadata` to be a tuple of attribute names, like `("value_type",)`, not a plain string ([API documentation ref](https://pandas.pydata.org/docs/refer...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8375/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/8375/timeline
null
null
null
null
null
false
https://api.github.com/repos/huggingface/datasets/issues/8374
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8374/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8374/comments
https://api.github.com/repos/huggingface/datasets/issues/8374/events
https://github.com/huggingface/datasets/pull/8374
5,020,005,801
PR_kwDODunzps74hvA5
8,374
feat: Qdrant Search Index
{ "login": "Anush008", "id": 46051506, "node_id": "MDQ6VXNlcjQ2MDUxNTA2", "avatar_url": "https://avatars.githubusercontent.com/u/46051506?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Anush008", "html_url": "https://github.com/Anush008", "followers_url": "https://api.github.com/users/Anu...
[]
open
false
[]
null
[ "The test case issue you mentioned is covered." ]
2026-07-30T13:04:05
2026-07-31T13:33:11
null
null
NONE
[]
null
null
null
null
Resolves #5698 ## Description This PR adds Qdrant as a vector search backend alongside FAISS and Elasticsearch. Associated documentation and tests are also included. The Qdrant client dependency is marked optional and installed on demand. [Qdrant](https://qdrant.tech/) is an open-source vector search engine b...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8374/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/8374/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8374", "html_url": "https://github.com/huggingface/datasets/pull/8374", "diff_url": "https://github.com/huggingface/datasets/pull/8374.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8374.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8373
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8373/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8373/comments
https://api.github.com/repos/huggingface/datasets/issues/8373/events
https://github.com/huggingface/datasets/issues/8373
5,010,686,962
I_kwDODunzps8AAAABKqkD8g
8,373
TypeError in _dill.py _batch_setitems with Python 3.14
{ "login": "Vinello28", "id": 74827522, "node_id": "MDQ6VXNlcjc0ODI3NTIy", "avatar_url": "https://avatars.githubusercontent.com/u/74827522?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Vinello28", "html_url": "https://github.com/Vinello28", "followers_url": "https://api.github.com/users/...
[]
open
false
[]
null
[ "Hey Mates, this works: In src/datasets/utils/_dill.py, starting around line 71, update the _batch_setitems overriding to pass the obj argument downstream.\n\n def _batch_setitems(self, items, obj=None):\n if self._legacy_no_dict_keys_sorting:\n return super()._batch_setitems(items,...
2026-07-29T15:00:19
2026-08-01T19:30:07
null
null
NONE
[]
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
### Describe the bug When using `load_dataset` on Python 3.14, a `TypeError` is raised during the fingerprinting process inside the bundled `_dill.py`. This happens because Python 3.14 changed the signature of the internal C-level `_Pickler._batch_setitems` to require 3 arguments (`self, items, obj`), while `datasets/...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8373/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/8373/timeline
null
null
null
null
null
false
https://api.github.com/repos/huggingface/datasets/issues/8372
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8372/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8372/comments
https://api.github.com/repos/huggingface/datasets/issues/8372/events
https://github.com/huggingface/datasets/pull/8372
5,001,648,344
PR_kwDODunzps73mRCJ
8,372
docs: make repository structure guide prominent in quickstart (#5971)
{ "login": "vihaan-vijay", "id": 233386041, "node_id": "U_kgDODekwOQ", "avatar_url": "https://avatars.githubusercontent.com/u/233386041?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vihaan-vijay", "html_url": "https://github.com/vihaan-vijay", "followers_url": "https://api.github.com/use...
[]
open
false
[]
null
[]
2026-07-28T18:07:16
2026-07-28T18:07:16
null
null
NONE
[]
null
null
null
null
Fixes #5971 ### Summary of Documentation Improvements: - **\docs/source/create_dataset.mdx\**: Added a callout link in the introductory **Note** block pointing to the \ epository_structure\ guide so users creating a dataset can easily find guidance on organizing files, splits, and formats. - **\docs/source/index.mdx\*...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8372/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/8372/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8372", "html_url": "https://github.com/huggingface/datasets/pull/8372", "diff_url": "https://github.com/huggingface/datasets/pull/8372.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8372.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8371
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8371/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8371/comments
https://api.github.com/repos/huggingface/datasets/issues/8371/events
https://github.com/huggingface/datasets/pull/8371
4,997,885,503
PR_kwDODunzps73Z_Q8
8,371
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_8371). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-07-28T11:12:22
2026-07-28T11:15:36
2026-07-28T11:12:34
null
MEMBER
[]
null
null
null
null
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/8371/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/8371/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8371", "html_url": "https://github.com/huggingface/datasets/pull/8371", "diff_url": "https://github.com/huggingface/datasets/pull/8371.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8371.patch", "merged_at": "2026-07-28T11:12...
true
https://api.github.com/repos/huggingface/datasets/issues/8370
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8370/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8370/comments
https://api.github.com/repos/huggingface/datasets/issues/8370/events
https://github.com/huggingface/datasets/pull/8370
4,997,854,848
PR_kwDODunzps73Z4sY
8,370
release: 5.0.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_8370). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-07-28T11:08:42
2026-07-28T11:11:45
2026-07-28T11:09:25
null
MEMBER
[]
null
null
null
null
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/8370/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/8370/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8370", "html_url": "https://github.com/huggingface/datasets/pull/8370", "diff_url": "https://github.com/huggingface/datasets/pull/8370.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8370.patch", "merged_at": "2026-07-28T11:09...
true
https://api.github.com/repos/huggingface/datasets/issues/8369
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8369/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8369/comments
https://api.github.com/repos/huggingface/datasets/issues/8369/events
https://github.com/huggingface/datasets/pull/8369
4,987,206,538
PR_kwDODunzps723hA-
8,369
fix buckets on windows
{ "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_8369). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-07-27T11:04:48
2026-07-27T16:51:47
2026-07-27T16:51:45
null
MEMBER
[]
null
null
null
null
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/8369/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/8369/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8369", "html_url": "https://github.com/huggingface/datasets/pull/8369", "diff_url": "https://github.com/huggingface/datasets/pull/8369.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8369.patch", "merged_at": "2026-07-27T16:51...
true
https://api.github.com/repos/huggingface/datasets/issues/8368
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8368/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8368/comments
https://api.github.com/repos/huggingface/datasets/issues/8368/events
https://github.com/huggingface/datasets/pull/8368
4,983,366,989
PR_kwDODunzps72rBVf
8,368
Reject duplicate column names in Dataset.select_columns
{ "login": "AbdullahRasheed45", "id": 121880873, "node_id": "U_kgDOB0PBKQ", "avatar_url": "https://avatars.githubusercontent.com/u/121880873?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AbdullahRasheed45", "html_url": "https://github.com/AbdullahRasheed45", "followers_url": "https://api...
[]
open
false
[]
null
[]
2026-07-27T00:58:02
2026-07-27T12:50:22
null
null
NONE
[]
null
null
null
null
### The problem `Dataset.select_columns` checks that every requested column exists, but never checks that the request is free of duplicates: ```python missing_columns = set(column_names) - set(self._data.column_names) if missing_columns: raise ValueError(...) ``` Passing the same name twice then produces a datas...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8368/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/8368/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8368", "html_url": "https://github.com/huggingface/datasets/pull/8368", "diff_url": "https://github.com/huggingface/datasets/pull/8368.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8368.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8367
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8367/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8367/comments
https://api.github.com/repos/huggingface/datasets/issues/8367/events
https://github.com/huggingface/datasets/pull/8367
4,979,649,594
PR_kwDODunzps72foi_
8,367
Fix DatasetDict.push_to_hub leaving removed splits in the dataset card
{ "login": "pjh4993", "id": 12472082, "node_id": "MDQ6VXNlcjEyNDcyMDgy", "avatar_url": "https://avatars.githubusercontent.com/u/12472082?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pjh4993", "html_url": "https://github.com/pjh4993", "followers_url": "https://api.github.com/users/pjh499...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8367). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-07-26T07:48:59
2026-07-28T10:01:47
2026-07-28T10:01:47
null
CONTRIBUTOR
[]
null
null
null
null
Pushing a `DatasetDict` that drops a split leaves the repo unloadable: ```python DatasetDict({"train": ds_train, "test": ds_test}).push_to_hub("user/repo") DatasetDict({"train": ds_train}).push_to_hub("user/repo") # "test" is gone load_dataset("user/repo") # ValueError: Couldn't infer the same data file format for ...
{ "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/8367/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/8367/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8367", "html_url": "https://github.com/huggingface/datasets/pull/8367", "diff_url": "https://github.com/huggingface/datasets/pull/8367.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8367.patch", "merged_at": "2026-07-28T10:01...
true
https://api.github.com/repos/huggingface/datasets/issues/8366
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8366/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8366/comments
https://api.github.com/repos/huggingface/datasets/issues/8366/events
https://github.com/huggingface/datasets/pull/8366
4,975,982,224
PR_kwDODunzps72UVce
8,366
Preserve nullable integer columns in to_json/to_csv/to_sql
{ "login": "ebarkhordar", "id": 22658149, "node_id": "MDQ6VXNlcjIyNjU4MTQ5", "avatar_url": "https://avatars.githubusercontent.com/u/22658149?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ebarkhordar", "html_url": "https://github.com/ebarkhordar", "followers_url": "https://api.github.com/...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8366). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.", "The red Windows legs come from the ffmpeg pin this branch inherited from its base, not ...
2026-07-25T13:39:01
2026-07-28T12:11:07
2026-07-28T10:29:55
null
CONTRIBUTOR
[]
null
null
null
null
### What this fixes `Dataset.to_json`, `to_csv` and `to_sql` write a nullable integer column as floating point rather than integers. Fixes #8365. ### Root cause The three writers build a pandas frame with a bare `batch.to_pandas()`: - `io/json.py` `_batch_json` - `io/csv.py` `_batch_csv` - `io/sql.py` `_batch_sql`...
{ "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/8366/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/8366/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8366", "html_url": "https://github.com/huggingface/datasets/pull/8366", "diff_url": "https://github.com/huggingface/datasets/pull/8366.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8366.patch", "merged_at": "2026-07-28T10:29...
true
https://api.github.com/repos/huggingface/datasets/issues/8365
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8365/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8365/comments
https://api.github.com/repos/huggingface/datasets/issues/8365/events
https://github.com/huggingface/datasets/issues/8365
4,975,978,462
I_kwDODunzps8AAAABKJdn3g
8,365
to_json/to_csv/to_sql cast nullable integer columns to float, corrupting values past 2**53
{ "login": "ebarkhordar", "id": 22658149, "node_id": "MDQ6VXNlcjIyNjU4MTQ5", "avatar_url": "https://avatars.githubusercontent.com/u/22658149?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ebarkhordar", "html_url": "https://github.com/ebarkhordar", "followers_url": "https://api.github.com/...
[]
closed
false
[]
null
[]
2026-07-25T13:38:01
2026-07-28T10:29:56
2026-07-28T10:29:56
null
CONTRIBUTOR
[]
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
### Describe the bug `Dataset.to_json`, `to_csv`, and `to_sql` write a nullable integer column as floating point rather than integers. All three writers (`io/json.py`, `io/csv.py`, `io/sql.py`) call `batch.to_pandas()` with pyarrow's default `integer_object_nulls=False`, which casts any integer column containing a nul...
{ "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/8365/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/8365/timeline
null
completed
null
null
null
false
https://api.github.com/repos/huggingface/datasets/issues/8363
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8363/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8363/comments
https://api.github.com/repos/huggingface/datasets/issues/8363/events
https://github.com/huggingface/datasets/pull/8363
4,965,204,642
PR_kwDODunzps71r4lE
8,363
Keep integers on the python read path for fixed-shape ArrayXD columns with nulls
{ "login": "ebarkhordar", "id": 22658149, "node_id": "MDQ6VXNlcjIyNjU4MTQ5", "avatar_url": "https://avatars.githubusercontent.com/u/22658149?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ebarkhordar", "html_url": "https://github.com/ebarkhordar", "followers_url": "https://api.github.com/...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8363). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-07-24T04:32:47
2026-07-25T12:11:31
2026-07-24T11:59:11
null
CONTRIBUTOR
[]
null
null
null
null
## What does this PR do? Fixes #8362. A fixed-shape `ArrayXD` column (`Array2D(shape=(1, 2), dtype="int64")`, and so on) that contains a `None` row is silently cast to float on the python read path: `to_dict()` / `to_pylist()` return every value as a float, and integers above 2**53 are altered, because an unrelated r...
{ "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/8363/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/8363/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8363", "html_url": "https://github.com/huggingface/datasets/pull/8363", "diff_url": "https://github.com/huggingface/datasets/pull/8363.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8363.patch", "merged_at": "2026-07-24T11:59...
true
https://api.github.com/repos/huggingface/datasets/issues/8362
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8362/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8362/comments
https://api.github.com/repos/huggingface/datasets/issues/8362/events
https://github.com/huggingface/datasets/issues/8362
4,965,203,691
I_kwDODunzps8AAAABJ_L-6w
8,362
ArrayXD fixed-shape integer column with a null row is silently cast to float on the python read path
{ "login": "ebarkhordar", "id": 22658149, "node_id": "MDQ6VXNlcjIyNjU4MTQ5", "avatar_url": "https://avatars.githubusercontent.com/u/22658149?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ebarkhordar", "html_url": "https://github.com/ebarkhordar", "followers_url": "https://api.github.com/...
[]
closed
false
[]
null
[]
2026-07-24T04:32:35
2026-07-24T11:59:13
2026-07-24T11:59:13
null
CONTRIBUTOR
[]
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
### Describe the bug A fixed-shape `ArrayXD` column (for example `Array2D(shape=(1, 2), dtype="int64")`) that contains at least one `None` row is silently cast to float on the python read path. `to_dict()` / `to_pylist()` return every value as a float, and integers above 2**53 lose precision, purely because an unrelat...
{ "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/8362/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/8362/timeline
null
completed
null
null
null
false
https://api.github.com/repos/huggingface/datasets/issues/8361
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8361/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8361/comments
https://api.github.com/repos/huggingface/datasets/issues/8361/events
https://github.com/huggingface/datasets/pull/8361
4,965,086,196
PR_kwDODunzps71rhT8
8,361
Use Sequence instead of list for path_or_paths typing
{ "login": "Par-star", "id": 178062976, "node_id": "U_kgDOCp0GgA", "avatar_url": "https://avatars.githubusercontent.com/u/178062976?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Par-star", "html_url": "https://github.com/Par-star", "followers_url": "https://api.github.com/users/Par-star/...
[]
open
false
[]
null
[]
2026-07-24T04:09:17
2026-07-25T06:32:14
null
null
NONE
[]
null
null
null
null
Fixes #5354 ## What Changes the type annotation of `path_or_paths` from `Union[PathLike, list[PathLike]]` to `Union[PathLike, Sequence[PathLike]]` in: - `Dataset.from_csv` - `Dataset.from_json` - `Dataset.from_parquet` - `Dataset.from_text` ## Why `list` is invariant in mypy, so passing a `List[Union[str, ...
null
{ "url": "https://api.github.com/repos/huggingface/datasets/issues/8361/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/8361/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8361", "html_url": "https://github.com/huggingface/datasets/pull/8361", "diff_url": "https://github.com/huggingface/datasets/pull/8361.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8361.patch", "merged_at": null }
true
https://api.github.com/repos/huggingface/datasets/issues/8360
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8360/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8360/comments
https://api.github.com/repos/huggingface/datasets/issues/8360/events
https://github.com/huggingface/datasets/pull/8360
4,964,933,053
PR_kwDODunzps71rB6x
8,360
Rebatch arrow source before formatting in IterableDataset.filter to fix resume data loss
{ "login": "ebarkhordar", "id": 22658149, "node_id": "MDQ6VXNlcjIyNjU4MTQ5", "avatar_url": "https://avatars.githubusercontent.com/u/22658149?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ebarkhordar", "html_url": "https://github.com/ebarkhordar", "followers_url": "https://api.github.com/...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8360). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-07-24T03:36:42
2026-07-25T12:11:30
2026-07-24T12:06:19
null
CONTRIBUTOR
[]
null
null
null
null
## Root cause `IterableDataset.filter()` wraps the Arrow source in `FormattedExamplesIterable` but, unlike `map()`, does not first wrap it in `RebatchedArrowExamplesIterable(batch_size=1)`. `FormattedExamplesIterable.__iter__` takes the Arrow branch and pulls a whole table from `ArrowExamplesIterable`, advancing `shar...
{ "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/8360/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/8360/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8360", "html_url": "https://github.com/huggingface/datasets/pull/8360", "diff_url": "https://github.com/huggingface/datasets/pull/8360.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8360.patch", "merged_at": "2026-07-24T12:06...
true
https://api.github.com/repos/huggingface/datasets/issues/8359
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8359/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8359/comments
https://api.github.com/repos/huggingface/datasets/issues/8359/events
https://github.com/huggingface/datasets/issues/8359
4,964,932,317
I_kwDODunzps8AAAABJ-7a3Q
8,359
IterableDataset.filter() checkpoint/resume silently drops the rest of the in-flight Arrow table
{ "login": "ebarkhordar", "id": 22658149, "node_id": "MDQ6VXNlcjIyNjU4MTQ5", "avatar_url": "https://avatars.githubusercontent.com/u/22658149?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ebarkhordar", "html_url": "https://github.com/ebarkhordar", "followers_url": "https://api.github.com/...
[]
closed
false
[]
null
[ "#self-assign" ]
2026-07-24T03:36:32
2026-07-24T12:06:21
2026-07-24T12:06:21
null
CONTRIBUTOR
[]
null
null
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "blocked_by": 0, "total_blocked_by": 0, "blocking": 0, "total_blocking": 0 }
### Describe the bug Resuming a streaming `IterableDataset.filter()` from a `state_dict()` checkpoint silently drops rows: the remainder of the in-flight Arrow table is skipped. For a single-shard dataset this loses up to a full row group per checkpoint, and for a single-table shard it can drop every unconsumed row. ...
{ "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/8359/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/8359/timeline
null
completed
null
null
null
false
https://api.github.com/repos/huggingface/datasets/issues/8358
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8358/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8358/comments
https://api.github.com/repos/huggingface/datasets/issues/8358/events
https://github.com/huggingface/datasets/pull/8358
4,963,950,696
PR_kwDODunzps71n7G_
8,358
Fix CSV loader dropping on_bad_lines/encoding_errors on pandas 2.0-2.2
{ "login": "ebarkhordar", "id": 22658149, "node_id": "MDQ6VXNlcjIyNjU4MTQ5", "avatar_url": "https://avatars.githubusercontent.com/u/22658149?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ebarkhordar", "html_url": "https://github.com/ebarkhordar", "followers_url": "https://api.github.com/...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8358). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-07-24T00:14:48
2026-07-25T12:11:29
2026-07-24T11:54:35
null
CONTRIBUTOR
[]
null
null
null
null
### Bug `CsvConfig.pd_read_csv_kwargs` silently drops `on_bad_lines` and `encoding_errors` on pandas 2.0, 2.1, and 2.2, so `load_dataset("csv", ..., on_bad_lines="skip")` (or `"warn"`, or a non-default `encoding_errors`) is ignored and a malformed row raises `ParserError` instead of being skipped. The version guard e...
{ "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/8358/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/8358/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8358", "html_url": "https://github.com/huggingface/datasets/pull/8358", "diff_url": "https://github.com/huggingface/datasets/pull/8358.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8358.patch", "merged_at": "2026-07-24T11:54...
true
https://api.github.com/repos/huggingface/datasets/issues/8357
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8357/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8357/comments
https://api.github.com/repos/huggingface/datasets/issues/8357/events
https://github.com/huggingface/datasets/pull/8357
4,961,106,928
PR_kwDODunzps71etdZ
8,357
remove bad require_storage test
{ "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_8357). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-07-23T17:01:22
2026-07-23T17:05:08
2026-07-23T17:01:32
null
MEMBER
[]
null
null
null
null
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/8357/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/8357/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8357", "html_url": "https://github.com/huggingface/datasets/pull/8357", "diff_url": "https://github.com/huggingface/datasets/pull/8357.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8357.patch", "merged_at": "2026-07-23T17:01...
true
https://api.github.com/repos/huggingface/datasets/issues/8356
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8356/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8356/comments
https://api.github.com/repos/huggingface/datasets/issues/8356/events
https://github.com/huggingface/datasets/pull/8356
4,961,085,873
PR_kwDODunzps71epAo
8,356
ensure fiels are in repo
{ "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_8356). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-07-23T16:58:40
2026-07-23T17:30:12
2026-07-23T17:30:10
null
MEMBER
[]
null
null
null
null
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/8356/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/8356/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8356", "html_url": "https://github.com/huggingface/datasets/pull/8356", "diff_url": "https://github.com/huggingface/datasets/pull/8356.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8356.patch", "merged_at": "2026-07-23T17:30...
true
https://api.github.com/repos/huggingface/datasets/issues/8355
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8355/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8355/comments
https://api.github.com/repos/huggingface/datasets/issues/8355/events
https://github.com/huggingface/datasets/pull/8355
4,960,704,538
PR_kwDODunzps71dZeX
8,355
Fix hdf5 external 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_8355). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-07-23T16:08:37
2026-07-23T16:59:41
2026-07-23T16:59:39
null
MEMBER
[]
null
null
null
null
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/8355/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/8355/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8355", "html_url": "https://github.com/huggingface/datasets/pull/8355", "diff_url": "https://github.com/huggingface/datasets/pull/8355.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8355.patch", "merged_at": "2026-07-23T16:59...
true
https://api.github.com/repos/huggingface/datasets/issues/8354
https://api.github.com/repos/huggingface/datasets
https://api.github.com/repos/huggingface/datasets/issues/8354/labels{/name}
https://api.github.com/repos/huggingface/datasets/issues/8354/comments
https://api.github.com/repos/huggingface/datasets/issues/8354/events
https://github.com/huggingface/datasets/pull/8354
4,958,731,939
PR_kwDODunzps71XABh
8,354
Fix bucket dataset card handling and push metadata accounting
{ "login": "pjh4993", "id": 12472082, "node_id": "MDQ6VXNlcjEyNDcyMDgy", "avatar_url": "https://avatars.githubusercontent.com/u/12472082?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pjh4993", "html_url": "https://github.com/pjh4993", "followers_url": "https://api.github.com/users/pjh499...
[]
closed
false
[]
null
[ "The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8354). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update." ]
2026-07-23T12:19:14
2026-07-24T11:51:41
2026-07-24T11:51:41
null
CONTRIBUTOR
[]
null
null
null
null
Four fixes on the `buckets/...` read/write paths, hit by `push_to_hub` → `load_dataset`. The loader one crashes on any dataset with a README; the writer ones corrupt uploaded metadata. ## Key Changes - **Bucket card loading** (`src/datasets/load.py`)**:** passed the card object instead of its `.data`, crashing on loa...
{ "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/8354/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/8354/timeline
null
null
null
false
{ "url": "https://api.github.com/repos/huggingface/datasets/pulls/8354", "html_url": "https://github.com/huggingface/datasets/pull/8354", "diff_url": "https://github.com/huggingface/datasets/pull/8354.diff", "patch_url": "https://github.com/huggingface/datasets/pull/8354.patch", "merged_at": "2026-07-24T11:51...
true
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
-