Update README.md
Browse files
README.md
CHANGED
@@ -147,11 +147,9 @@ This dataset is a structured extraction of the [Million Song Subset](http://mill
|
|
147 |
- **File Format**: Parquet (optimized for efficient querying & storage).
|
148 |
|
149 |
## Usage
|
150 |
-
- Load the dataset with
|
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.
|
|
|
147 |
- **File Format**: Parquet (optimized for efficient querying & storage).
|
148 |
|
149 |
## Usage
|
150 |
+
- Load the dataset with Datasets:
|
151 |
```python
|
152 |
+
from datasets import load_dataset
|
|
|
|
|
153 |
ds = load_dataset("trojblue/million-song-subset")
|
154 |
```
|
155 |
- Explore and analyze various musical attributes easily.
|