alexbauer-pf commited on
Commit
a9111d2
·
verified ·
1 Parent(s): 8c5fd6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, install it with" `pip install torch`):
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