Update README.md
Browse files
README.md
CHANGED
@@ -361,8 +361,10 @@ The `full_flat` variant contains the same information as `full_json` but with al
|
|
361 |
|
362 |
## Uses
|
363 |
|
|
|
|
|
364 |
### Basic Usage
|
365 |
-
Load the dataset and convert to a Pandas Dataframe:
|
366 |
```python
|
367 |
import datasets
|
368 |
import torch
|
@@ -496,7 +498,8 @@ for batch in DataLoader(ds_torch, batch_size=4):
|
|
496 |
</div>
|
497 |
|
498 |
### Advanced Usage
|
499 |
-
For advanced manipulation and visualization of data contained in this dataset, install `constellaration` from [here](https://github.com/proximafusion/constellaration)
|
|
|
500 |
|
501 |
Load and instantiate plasma boundaries:
|
502 |
```python
|
|
|
361 |
|
362 |
## Uses
|
363 |
|
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
|
|
|
498 |
</div>
|
499 |
|
500 |
### Advanced Usage
|
501 |
+
For advanced manipulation and visualization of data contained in this dataset, install `constellaration` from [here](https://github.com/proximafusion/constellaration):
|
502 |
+
`pip install constellaration`
|
503 |
|
504 |
Load and instantiate plasma boundaries:
|
505 |
```python
|