We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fbd4c commit cca0df0Copy full SHA for cca0df0
README.md
@@ -32,6 +32,7 @@ pip install pyspark_huggingface
32
Load a dataset (here [stanfordnlp/imdb](https://huggingface.co/datasets/stanfordnlp/imdb)):
33
34
```python
35
+import pyspark_huggingface
36
df = spark.read.format("huggingface").load("stanfordnlp/imdb")
37
```
38
0 commit comments