Update README.md
Browse files
README.md
CHANGED
|
@@ -149,8 +149,10 @@ This dataset is a structured extraction of the [Million Song Subset](http://mill
|
|
| 149 |
## Usage
|
| 150 |
- Load the dataset with Pandas:
|
| 151 |
```python
|
| 152 |
-
|
| 153 |
-
|
|
|
|
|
|
|
| 154 |
```
|
| 155 |
- Explore and analyze various musical attributes easily.
|
| 156 |
|
|
|
|
| 149 |
## Usage
|
| 150 |
- Load the dataset with Pandas:
|
| 151 |
```python
|
| 152 |
+
from datasets import load_dataset
|
| 153 |
+
|
| 154 |
+
# Login using e.g. `huggingface-cli login` to access this dataset
|
| 155 |
+
ds = load_dataset("trojblue/million-song-subset")
|
| 156 |
```
|
| 157 |
- Explore and analyze various musical attributes easily.
|
| 158 |
|