jorses
commited on
Commit
·
c71514c
1
Parent(s):
72485fa
Update README.md
Browse files
README.md
CHANGED
|
@@ -50,7 +50,7 @@ For example, using pandas in Python:
|
|
| 50 |
```python
|
| 51 |
import pandas as pd
|
| 52 |
|
| 53 |
-
# "
|
| 54 |
ds_id = all_qa['dataset'][0]
|
| 55 |
|
| 56 |
# full dataset
|
|
|
|
| 50 |
```python
|
| 51 |
import pandas as pd
|
| 52 |
|
| 53 |
+
# "ES_01_40db_Igualdad", the id of the dataset
|
| 54 |
ds_id = all_qa['dataset'][0]
|
| 55 |
|
| 56 |
# full dataset
|