From 1aa31f1f4af5c90cb233d25c4bd7a820eab22688 Mon Sep 17 00:00:00 2001 From: Quentin Lhoest Date: Mon, 30 Dec 2024 12:40:57 +0100 Subject: [PATCH] link to docs --- web/pandas/community/ecosystem.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/pandas/community/ecosystem.md b/web/pandas/community/ecosystem.md index 14b4be13cf15b..dc7b9bc947214 100644 --- a/web/pandas/community/ecosystem.md +++ b/web/pandas/community/ecosystem.md @@ -492,6 +492,8 @@ To save a dataset on Hugging Face you need to [create a public or private datase df.to_parquet("hf://datasets/username/dataset_name/train.parquet") ``` +You can find more information about the Hugging Face Dataset Hub in the [documentation](https://huggingface.co/docs/hub/en/datasets). + ## Out-of-core ### [Bodo](https://bodo.ai/)