Update README.md
Browse files
README.md
CHANGED
@@ -364,7 +364,7 @@ The `full_flat` variant contains the same information as `full_json` but with al
|
|
364 |
Install Huggingface Datasets: `pip install datasets`
|
365 |
|
366 |
### Basic Usage
|
367 |
-
Load the dataset and convert to a Pandas Dataframe (here `torch` is used as an example
|
368 |
```python
|
369 |
import datasets
|
370 |
import torch
|
|
|
364 |
Install Huggingface Datasets: `pip install datasets`
|
365 |
|
366 |
### Basic Usage
|
367 |
+
Load the dataset and convert to a Pandas Dataframe (here, `torch` is used as an example; install it with" `pip install torch`):
|
368 |
```python
|
369 |
import datasets
|
370 |
import torch
|