Skip to content

Commit cca0df0

Browse files
authored
Update README.md
1 parent c0fbd4c commit cca0df0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pip install pyspark_huggingface
3232
Load a dataset (here [stanfordnlp/imdb](https://huggingface.co/datasets/stanfordnlp/imdb)):
3333

3434
```python
35+
import pyspark_huggingface
3536
df = spark.read.format("huggingface").load("stanfordnlp/imdb")
3637
```
3738

0 commit comments

Comments
 (0)