Aesthetic reordering of data columns
Browse files
README.md
CHANGED
@@ -6,24 +6,30 @@ pretty_name: The Metropolitan Museum of Art - Open Access CSV
|
|
6 |
|
7 |
dataset_info:
|
8 |
features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- name: Is Highlight
|
10 |
dtype: bool
|
11 |
- name: Is Timeline Work
|
12 |
dtype: bool
|
13 |
- name: Is Public Domain
|
14 |
dtype: bool
|
15 |
-
- name: Object ID
|
16 |
-
dtype: int32
|
17 |
- name: Gallery Number
|
18 |
dtype: string
|
19 |
- name: Department
|
20 |
dtype: string
|
21 |
- name: AccessionYear
|
22 |
dtype: string
|
23 |
-
- name: Object Name
|
24 |
-
dtype: string
|
25 |
-
- name: Title
|
26 |
-
dtype: string
|
27 |
- name: Culture
|
28 |
dtype: string
|
29 |
- name: Period
|
@@ -40,8 +46,6 @@ dataset_info:
|
|
40 |
dtype: string
|
41 |
- name: Artist Prefix
|
42 |
dtype: string
|
43 |
-
- name: Artist Display Name
|
44 |
-
dtype: string
|
45 |
- name: Artist Display Bio
|
46 |
dtype: string
|
47 |
- name: Artist Suffix
|
@@ -60,8 +64,6 @@ dataset_info:
|
|
60 |
dtype: string
|
61 |
- name: Artist Wikidata URL
|
62 |
dtype: string
|
63 |
-
- name: Object Date
|
64 |
-
dtype: string
|
65 |
- name: Object Begin Date
|
66 |
dtype: int64
|
67 |
- name: Object End Date
|
@@ -132,8 +134,6 @@ dataset_info:
|
|
132 |
dtype: string
|
133 |
- name: sha256
|
134 |
dtype: string
|
135 |
-
- name: jpg
|
136 |
-
dtype: image
|
137 |
---
|
138 |
The Metropolitan Museum of Art Open Access on HuggingFace
|
139 |
===================
|
|
|
6 |
|
7 |
dataset_info:
|
8 |
features:
|
9 |
+
- name: Object Name
|
10 |
+
dtype: string
|
11 |
+
- name: jpg
|
12 |
+
dtype: image
|
13 |
+
- name: Title
|
14 |
+
dtype: string
|
15 |
+
- name: Artist Display Name
|
16 |
+
dtype: string
|
17 |
+
- name: Object Date
|
18 |
+
dtype: string
|
19 |
+
- name: Object ID
|
20 |
+
dtype: int32
|
21 |
- name: Is Highlight
|
22 |
dtype: bool
|
23 |
- name: Is Timeline Work
|
24 |
dtype: bool
|
25 |
- name: Is Public Domain
|
26 |
dtype: bool
|
|
|
|
|
27 |
- name: Gallery Number
|
28 |
dtype: string
|
29 |
- name: Department
|
30 |
dtype: string
|
31 |
- name: AccessionYear
|
32 |
dtype: string
|
|
|
|
|
|
|
|
|
33 |
- name: Culture
|
34 |
dtype: string
|
35 |
- name: Period
|
|
|
46 |
dtype: string
|
47 |
- name: Artist Prefix
|
48 |
dtype: string
|
|
|
|
|
49 |
- name: Artist Display Bio
|
50 |
dtype: string
|
51 |
- name: Artist Suffix
|
|
|
64 |
dtype: string
|
65 |
- name: Artist Wikidata URL
|
66 |
dtype: string
|
|
|
|
|
67 |
- name: Object Begin Date
|
68 |
dtype: int64
|
69 |
- name: Object End Date
|
|
|
134 |
dtype: string
|
135 |
- name: sha256
|
136 |
dtype: string
|
|
|
|
|
137 |
---
|
138 |
The Metropolitan Museum of Art Open Access on HuggingFace
|
139 |
===================
|