Add infoboxes.has_parts.images
Browse files
README.md
CHANGED
@@ -384,6 +384,18 @@ dataset_info:
|
|
384 |
dtype: string
|
385 |
- name: caption
|
386 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
387 |
- name: main_entity
|
388 |
struct:
|
389 |
- name: identifier
|
|
|
384 |
dtype: string
|
385 |
- name: caption
|
386 |
dtype: string
|
387 |
+
- name: images
|
388 |
+
list:
|
389 |
+
- name: content_url
|
390 |
+
dtype: string
|
391 |
+
- name: width
|
392 |
+
dtype: int64
|
393 |
+
- name: height
|
394 |
+
dtype: int64
|
395 |
+
- name: alternative_text
|
396 |
+
dtype: string
|
397 |
+
- name: caption
|
398 |
+
dtype: string
|
399 |
- name: main_entity
|
400 |
struct:
|
401 |
- name: identifier
|