Datasets:
Upload folder using huggingface_hub
#2
by
avantikalal
- opened
README.md
CHANGED
|
@@ -44,7 +44,7 @@ Based on the header of `variants.csv`:
|
|
| 44 |
|
| 45 |
```python
|
| 46 |
from datasets import load_dataset
|
| 47 |
-
dataset = load_dataset("Genentech/
|
| 48 |
df = dataset.to_pandas()
|
| 49 |
print(df.head())
|
| 50 |
```
|
|
|
|
| 44 |
|
| 45 |
```python
|
| 46 |
from datasets import load_dataset
|
| 47 |
+
dataset = load_dataset("Genentech/alzheimers-variant-tutorial-data", split="test")
|
| 48 |
df = dataset.to_pandas()
|
| 49 |
print(df.head())
|
| 50 |
```
|