Datasets:
Code block formatted
Browse files
README.md
CHANGED
@@ -259,10 +259,12 @@ in the center region of germany. All recordings where done using a good Rode Pod
|
|
259 |
## API Call
|
260 |
You can query the dataset using HuggingFace API with SQL query syntax
|
261 |
|
262 |
-
```
|
|
|
|
|
263 |
|
264 |
## Python Code
|
265 |
-
```
|
266 |
from datasets import load_dataset
|
267 |
from datasets import load_dataset_builder
|
268 |
from datasets import get_dataset_config_names
|
|
|
259 |
## API Call
|
260 |
You can query the dataset using HuggingFace API with SQL query syntax
|
261 |
|
262 |
+
```sql
|
263 |
+
SELECT * FROM tv_202106_emotional WHERE "style" = 'angry | wütend' LIMIT 10;
|
264 |
+
```
|
265 |
|
266 |
## Python Code
|
267 |
+
```python
|
268 |
from datasets import load_dataset
|
269 |
from datasets import load_dataset_builder
|
270 |
from datasets import get_dataset_config_names
|