Skip to content

Commit 38b61ea

Browse files
authored
fix link in pandas docs (huggingface#1221)
1 parent 41b4cd9 commit 38b61ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/datasets-pandas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ from huggingface_hub import HfApi
1717
HfApi().create_repo(repo_id="username/my_dataset", repo_type="dataset")
1818
```
1919

20-
Finally, you can use [Hugging Face paths]([Hugging Face paths](https://huggingface.co/docs/huggingface_hub/guides/hf_file_system#integrations)) in Pandas:
20+
Finally, you can use [Hugging Face paths](https://huggingface.co/docs/huggingface_hub/guides/hf_file_system#integrations) in Pandas:
2121

2222
```python
2323
import pandas as pd

0 commit comments

Comments
 (0)