Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Add Hugging Face hf:// to the list of fsspec compatible remote services #11012

Merged
merged 1 commit into from Mar 25, 2024

Conversation

lhoestq
Copy link
Contributor

@lhoestq lhoestq commented Mar 19, 2024

There are 120k+ open datasets at https://huggingface.co/datasets that people can load using Dask.

For example to loadthe wikimedia/wikipedia dataset:

import dask.dataframe as dd
df = dd.read_parquet("hf://datasets/wikimedia/wikipedia/20231101.en")

Btw we plan to show code snippets on dataset pages on HF on how to load with Dask !

@GPUtester
Copy link
Collaborator

Can one of the admins verify this patch?

Admins can comment ok to test to allow this one PR to run or add to allowlist to allow all future PRs from the same author to run.

Copy link
Contributor

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

     15 files  ±0       15 suites  ±0   3h 18m 56s ⏱️ - 2m 46s
 13 105 tests ±0   12 159 ✅ +1     930 💤 ±0  16 ❌ ±0 
162 239 runs  ±0  142 082 ✅ +2  20 141 💤  - 1  16 ❌ ±0 

For more details on these failures, see this check.

Results for commit ecd596d. ± Comparison against base commit f9310c4.

Copy link
Collaborator

@phofl phofl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx!

Please feel free to reach out if you run into any issues while creating the examples

@phofl phofl merged commit 4688222 into dask:main Mar 25, 2024
27 of 28 checks passed
@phofl phofl added the documentation Improve or add to documentation label Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improve or add to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants