try this
Browse files- croissant.json +434 -0
croissant.json
ADDED
@@ -0,0 +1,434 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"@context": {
|
3 |
+
"@language": "en",
|
4 |
+
"@vocab": "https://schema.org/",
|
5 |
+
"citeAs": "cr:citeAs",
|
6 |
+
"column": "cr:column",
|
7 |
+
"conformsTo": "dct:conformsTo",
|
8 |
+
"cr": "http://mlcommons.org/croissant/",
|
9 |
+
"data": {
|
10 |
+
"@id": "cr:data",
|
11 |
+
"@type": "@json"
|
12 |
+
},
|
13 |
+
"dataBiases": "cr:dataBiases",
|
14 |
+
"dataCollection": "cr:dataCollection",
|
15 |
+
"dataType": {
|
16 |
+
"@id": "cr:dataType",
|
17 |
+
"@type": "@vocab"
|
18 |
+
},
|
19 |
+
"dct": "http://purl.org/dc/terms/",
|
20 |
+
"extract": "cr:extract",
|
21 |
+
"field": "cr:field",
|
22 |
+
"fileProperty": "cr:fileProperty",
|
23 |
+
"fileObject": "cr:fileObject",
|
24 |
+
"fileSet": "cr:fileSet",
|
25 |
+
"format": "cr:format",
|
26 |
+
"includes": "cr:includes",
|
27 |
+
"isLiveDataset": "cr:isLiveDataset",
|
28 |
+
"jsonPath": "cr:jsonPath",
|
29 |
+
"key": "cr:key",
|
30 |
+
"md5": "cr:md5",
|
31 |
+
"parentField": "cr:parentField",
|
32 |
+
"path": "cr:path",
|
33 |
+
"personalSensitiveInformation": "cr:personalSensitiveInformation",
|
34 |
+
"recordSet": "cr:recordSet",
|
35 |
+
"references": "cr:references",
|
36 |
+
"regex": "cr:regex",
|
37 |
+
"repeated": "cr:repeated",
|
38 |
+
"replace": "cr:replace",
|
39 |
+
"sc": "https://schema.org/",
|
40 |
+
"separator": "cr:separator",
|
41 |
+
"source": "cr:source",
|
42 |
+
"subField": "cr:subField",
|
43 |
+
"transform": "cr:transform"
|
44 |
+
},
|
45 |
+
"@type": "sc:Dataset",
|
46 |
+
"sc:citation": "Froese, R. and D. Pauly. Editors. 2024. FishBase. World Wide Web electronic publication. www.fishbase.org, version (02/2024).",
|
47 |
+
"distribution": [
|
48 |
+
{
|
49 |
+
"@type": "cr:FileObject",
|
50 |
+
"@id": "repo",
|
51 |
+
"name": "repo",
|
52 |
+
"description": "The Hugging Face git repository For Fishbase.",
|
53 |
+
"contentUrl": "https://huggingface.co/datasets/cboettig/fishbase/tree/refs%2Fconvert%2Fparquet",
|
54 |
+
"encodingFormat": "git+https",
|
55 |
+
"sha256": "https://github.com/mlcommons/croissant/issues/80"
|
56 |
+
},
|
57 |
+
{
|
58 |
+
"@type": "cr:FileSet",
|
59 |
+
"@id": "parquet-files-for-config-default",
|
60 |
+
"name": "parquet-files-for-config-default",
|
61 |
+
"description": "The underlying Parquet files as converted by Hugging Face (see: https://huggingface.co/docs/dataset-viewer/parquet).",
|
62 |
+
"containedIn": {
|
63 |
+
"@id": "repo"
|
64 |
+
},
|
65 |
+
"encodingFormat": "application/x-parquet",
|
66 |
+
"includes": "default/*/*.parquet"
|
67 |
+
}
|
68 |
+
],
|
69 |
+
"recordSet": [
|
70 |
+
{
|
71 |
+
"@type": "cr:RecordSet",
|
72 |
+
"@id": "default",
|
73 |
+
"name": "default",
|
74 |
+
"description": "cboettig/fishbase - 'default' subset\n\nAdditional information:\n- 3 skipped columns: DateEntered, DateModified, TS",
|
75 |
+
"field": [
|
76 |
+
{
|
77 |
+
"@type": "cr:Field",
|
78 |
+
"@id": "default/AutoCtr",
|
79 |
+
"name": "default/AutoCtr",
|
80 |
+
"description": "Column 'AutoCtr' from the Hugging Face parquet file.",
|
81 |
+
"dataType": "sc:Float",
|
82 |
+
"source": {
|
83 |
+
"fileSet": {
|
84 |
+
"@id": "parquet-files-for-config-default"
|
85 |
+
},
|
86 |
+
"extract": {
|
87 |
+
"column": "AutoCtr"
|
88 |
+
}
|
89 |
+
}
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"@type": "cr:Field",
|
93 |
+
"@id": "default/Family",
|
94 |
+
"name": "default/Family",
|
95 |
+
"description": "Column 'Family' from the Hugging Face parquet file.",
|
96 |
+
"dataType": "sc:Text",
|
97 |
+
"source": {
|
98 |
+
"fileSet": {
|
99 |
+
"@id": "parquet-files-for-config-default"
|
100 |
+
},
|
101 |
+
"extract": {
|
102 |
+
"column": "Family"
|
103 |
+
}
|
104 |
+
}
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"@type": "cr:Field",
|
108 |
+
"@id": "default/Genus",
|
109 |
+
"name": "default/Genus",
|
110 |
+
"description": "Column 'Genus' from the Hugging Face parquet file.",
|
111 |
+
"dataType": "sc:Text",
|
112 |
+
"source": {
|
113 |
+
"fileSet": {
|
114 |
+
"@id": "parquet-files-for-config-default"
|
115 |
+
},
|
116 |
+
"extract": {
|
117 |
+
"column": "Genus"
|
118 |
+
}
|
119 |
+
}
|
120 |
+
},
|
121 |
+
{
|
122 |
+
"@type": "cr:Field",
|
123 |
+
"@id": "default/Species",
|
124 |
+
"name": "default/Species",
|
125 |
+
"description": "Column 'Species' from the Hugging Face parquet file.",
|
126 |
+
"dataType": "sc:Text",
|
127 |
+
"source": {
|
128 |
+
"fileSet": {
|
129 |
+
"@id": "parquet-files-for-config-default"
|
130 |
+
},
|
131 |
+
"extract": {
|
132 |
+
"column": "Species"
|
133 |
+
}
|
134 |
+
}
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"@type": "cr:Field",
|
138 |
+
"@id": "default/CommonName",
|
139 |
+
"name": "default/CommonName",
|
140 |
+
"description": "Column 'CommonName' from the Hugging Face parquet file.",
|
141 |
+
"dataType": "sc:Text",
|
142 |
+
"source": {
|
143 |
+
"fileSet": {
|
144 |
+
"@id": "parquet-files-for-config-default"
|
145 |
+
},
|
146 |
+
"extract": {
|
147 |
+
"column": "CommonName"
|
148 |
+
}
|
149 |
+
}
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"@type": "cr:Field",
|
153 |
+
"@id": "default/SpecCode",
|
154 |
+
"name": "default/SpecCode",
|
155 |
+
"description": "Column 'SpecCode' from the Hugging Face parquet file.",
|
156 |
+
"dataType": "sc:Float",
|
157 |
+
"source": {
|
158 |
+
"fileSet": {
|
159 |
+
"@id": "parquet-files-for-config-default"
|
160 |
+
},
|
161 |
+
"extract": {
|
162 |
+
"column": "SpecCode"
|
163 |
+
}
|
164 |
+
}
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"@type": "cr:Field",
|
168 |
+
"@id": "default/StockCode",
|
169 |
+
"name": "default/StockCode",
|
170 |
+
"description": "Column 'StockCode' from the Hugging Face parquet file.",
|
171 |
+
"dataType": "sc:Float",
|
172 |
+
"source": {
|
173 |
+
"fileSet": {
|
174 |
+
"@id": "parquet-files-for-config-default"
|
175 |
+
},
|
176 |
+
"extract": {
|
177 |
+
"column": "StockCode"
|
178 |
+
}
|
179 |
+
}
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"@type": "cr:Field",
|
183 |
+
"@id": "default/LifeStage",
|
184 |
+
"name": "default/LifeStage",
|
185 |
+
"description": "Column 'LifeStage' from the Hugging Face parquet file.",
|
186 |
+
"dataType": "sc:Text",
|
187 |
+
"source": {
|
188 |
+
"fileSet": {
|
189 |
+
"@id": "parquet-files-for-config-default"
|
190 |
+
},
|
191 |
+
"extract": {
|
192 |
+
"column": "LifeStage"
|
193 |
+
}
|
194 |
+
}
|
195 |
+
},
|
196 |
+
{
|
197 |
+
"@type": "cr:Field",
|
198 |
+
"@id": "default/Location",
|
199 |
+
"name": "default/Location",
|
200 |
+
"description": "Column 'Location' from the Hugging Face parquet file.",
|
201 |
+
"dataType": "sc:Text",
|
202 |
+
"source": {
|
203 |
+
"fileSet": {
|
204 |
+
"@id": "parquet-files-for-config-default"
|
205 |
+
},
|
206 |
+
"extract": {
|
207 |
+
"column": "Location"
|
208 |
+
}
|
209 |
+
}
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"@type": "cr:Field",
|
213 |
+
"@id": "default/Season",
|
214 |
+
"name": "default/Season",
|
215 |
+
"description": "Column 'Season' from the Hugging Face parquet file.",
|
216 |
+
"dataType": "sc:Text",
|
217 |
+
"source": {
|
218 |
+
"fileSet": {
|
219 |
+
"@id": "parquet-files-for-config-default"
|
220 |
+
},
|
221 |
+
"extract": {
|
222 |
+
"column": "Season"
|
223 |
+
}
|
224 |
+
}
|
225 |
+
},
|
226 |
+
{
|
227 |
+
"@type": "cr:Field",
|
228 |
+
"@id": "default/AbnormalityDisease",
|
229 |
+
"name": "default/AbnormalityDisease",
|
230 |
+
"description": "Column 'AbnormalityDisease' from the Hugging Face parquet file.",
|
231 |
+
"dataType": "sc:Text",
|
232 |
+
"source": {
|
233 |
+
"fileSet": {
|
234 |
+
"@id": "parquet-files-for-config-default"
|
235 |
+
},
|
236 |
+
"extract": {
|
237 |
+
"column": "AbnormalityDisease"
|
238 |
+
}
|
239 |
+
}
|
240 |
+
},
|
241 |
+
{
|
242 |
+
"@type": "cr:Field",
|
243 |
+
"@id": "default/Prevalence",
|
244 |
+
"name": "default/Prevalence",
|
245 |
+
"description": "Column 'Prevalence' from the Hugging Face parquet file.",
|
246 |
+
"dataType": "sc:Text",
|
247 |
+
"source": {
|
248 |
+
"fileSet": {
|
249 |
+
"@id": "parquet-files-for-config-default"
|
250 |
+
},
|
251 |
+
"extract": {
|
252 |
+
"column": "Prevalence"
|
253 |
+
}
|
254 |
+
}
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"@type": "cr:Field",
|
258 |
+
"@id": "default/Stressor",
|
259 |
+
"name": "default/Stressor",
|
260 |
+
"description": "Column 'Stressor' from the Hugging Face parquet file.",
|
261 |
+
"dataType": "sc:Text",
|
262 |
+
"source": {
|
263 |
+
"fileSet": {
|
264 |
+
"@id": "parquet-files-for-config-default"
|
265 |
+
},
|
266 |
+
"extract": {
|
267 |
+
"column": "Stressor"
|
268 |
+
}
|
269 |
+
}
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"@type": "cr:Field",
|
273 |
+
"@id": "default/LabField",
|
274 |
+
"name": "default/LabField",
|
275 |
+
"description": "Column 'LabField' from the Hugging Face parquet file.",
|
276 |
+
"dataType": "sc:Text",
|
277 |
+
"source": {
|
278 |
+
"fileSet": {
|
279 |
+
"@id": "parquet-files-for-config-default"
|
280 |
+
},
|
281 |
+
"extract": {
|
282 |
+
"column": "LabField"
|
283 |
+
}
|
284 |
+
}
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"@type": "cr:Field",
|
288 |
+
"@id": "default/Concentration",
|
289 |
+
"name": "default/Concentration",
|
290 |
+
"description": "Column 'Concentration' from the Hugging Face parquet file.",
|
291 |
+
"dataType": "sc:Text",
|
292 |
+
"source": {
|
293 |
+
"fileSet": {
|
294 |
+
"@id": "parquet-files-for-config-default"
|
295 |
+
},
|
296 |
+
"extract": {
|
297 |
+
"column": "Concentration"
|
298 |
+
}
|
299 |
+
}
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"@type": "cr:Field",
|
303 |
+
"@id": "default/ABNORMRefNo",
|
304 |
+
"name": "default/ABNORMRefNo",
|
305 |
+
"description": "Column 'ABNORMRefNo' from the Hugging Face parquet file.",
|
306 |
+
"dataType": "sc:Float",
|
307 |
+
"source": {
|
308 |
+
"fileSet": {
|
309 |
+
"@id": "parquet-files-for-config-default"
|
310 |
+
},
|
311 |
+
"extract": {
|
312 |
+
"column": "ABNORMRefNo"
|
313 |
+
}
|
314 |
+
}
|
315 |
+
},
|
316 |
+
{
|
317 |
+
"@type": "cr:Field",
|
318 |
+
"@id": "default/SecondRefNo",
|
319 |
+
"name": "default/SecondRefNo",
|
320 |
+
"description": "Column 'SecondRefNo' from the Hugging Face parquet file.",
|
321 |
+
"dataType": "sc:Float",
|
322 |
+
"source": {
|
323 |
+
"fileSet": {
|
324 |
+
"@id": "parquet-files-for-config-default"
|
325 |
+
},
|
326 |
+
"extract": {
|
327 |
+
"column": "SecondRefNo"
|
328 |
+
}
|
329 |
+
}
|
330 |
+
},
|
331 |
+
{
|
332 |
+
"@type": "cr:Field",
|
333 |
+
"@id": "default/Notes",
|
334 |
+
"name": "default/Notes",
|
335 |
+
"description": "Column 'Notes' from the Hugging Face parquet file.",
|
336 |
+
"dataType": "sc:Text",
|
337 |
+
"source": {
|
338 |
+
"fileSet": {
|
339 |
+
"@id": "parquet-files-for-config-default"
|
340 |
+
},
|
341 |
+
"extract": {
|
342 |
+
"column": "Notes"
|
343 |
+
}
|
344 |
+
}
|
345 |
+
},
|
346 |
+
{
|
347 |
+
"@type": "cr:Field",
|
348 |
+
"@id": "default/Entered",
|
349 |
+
"name": "default/Entered",
|
350 |
+
"description": "Column 'Entered' from the Hugging Face parquet file.",
|
351 |
+
"dataType": "sc:Float",
|
352 |
+
"source": {
|
353 |
+
"fileSet": {
|
354 |
+
"@id": "parquet-files-for-config-default"
|
355 |
+
},
|
356 |
+
"extract": {
|
357 |
+
"column": "Entered"
|
358 |
+
}
|
359 |
+
}
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"@type": "cr:Field",
|
363 |
+
"@id": "default/Modified",
|
364 |
+
"name": "default/Modified",
|
365 |
+
"description": "Column 'Modified' from the Hugging Face parquet file.",
|
366 |
+
"dataType": "sc:Float",
|
367 |
+
"source": {
|
368 |
+
"fileSet": {
|
369 |
+
"@id": "parquet-files-for-config-default"
|
370 |
+
},
|
371 |
+
"extract": {
|
372 |
+
"column": "Modified"
|
373 |
+
}
|
374 |
+
}
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"@type": "cr:Field",
|
378 |
+
"@id": "default/Expert",
|
379 |
+
"name": "default/Expert",
|
380 |
+
"description": "Column 'Expert' from the Hugging Face parquet file.",
|
381 |
+
"dataType": "sc:Boolean",
|
382 |
+
"source": {
|
383 |
+
"fileSet": {
|
384 |
+
"@id": "parquet-files-for-config-default"
|
385 |
+
},
|
386 |
+
"extract": {
|
387 |
+
"column": "Expert"
|
388 |
+
}
|
389 |
+
}
|
390 |
+
},
|
391 |
+
{
|
392 |
+
"@type": "cr:Field",
|
393 |
+
"@id": "default/DateChecked",
|
394 |
+
"name": "default/DateChecked",
|
395 |
+
"description": "Column 'DateChecked' from the Hugging Face parquet file.",
|
396 |
+
"dataType": "sc:Boolean",
|
397 |
+
"source": {
|
398 |
+
"fileSet": {
|
399 |
+
"@id": "parquet-files-for-config-default"
|
400 |
+
},
|
401 |
+
"extract": {
|
402 |
+
"column": "DateChecked"
|
403 |
+
}
|
404 |
+
}
|
405 |
+
}
|
406 |
+
]
|
407 |
+
}
|
408 |
+
],
|
409 |
+
"conformsTo": "http://mlcommons.org/croissant/1.0",
|
410 |
+
"name": "fishbase",
|
411 |
+
"description": "\n\t\n\t\t\n\t\n\t\n\t\tDataset Card for FishBase\n\t\n\n\n\nSnapshots of FishBase data tables used by the rOpenSci package rfishbase and the FishBase API.\n\n\t\n\t\t\n\t\n\t\n\t\tDataset Details\n\t\n\n\n\t\n\t\t\n\t\n\t\n\t\tDataset Description\n\t\n\n\n\n\n\nCurated by: Carl Boettiger\nLicense: CC-BY-NC, FishBase.org Team\n\n\n\t\n\t\t\n\t\n\t\n\t\tDataset Sources\n\t\n\nhttps://fishbase.org, https://sealifebase.org, via exclusive export of backend MySQL databases.\n\n\t\n\t\t\n\t\n\t\n\t\tUses\n\t\n\n\n\n\n\t\n\t\t\n\t\n\t\n\t\tDirect Use\n\t\n\nThis data is provided to facilitate access to… See the full description on the dataset page: https://huggingface.co/datasets/cboettig/fishbase.",
|
412 |
+
"alternateName": [
|
413 |
+
"cboettig/fishbase"
|
414 |
+
],
|
415 |
+
"creator": {
|
416 |
+
"@type": "Person",
|
417 |
+
"name": "Carl Boettiger",
|
418 |
+
"url": "https://huggingface.co/cboettig"
|
419 |
+
},
|
420 |
+
"keywords": [
|
421 |
+
"cc-by-nc-4.0",
|
422 |
+
"10M - 100M",
|
423 |
+
"parquet",
|
424 |
+
"Tabular",
|
425 |
+
"Text",
|
426 |
+
"Datasets",
|
427 |
+
"Dask",
|
428 |
+
"Croissant",
|
429 |
+
"Polars",
|
430 |
+
"🇺🇸 Region: US"
|
431 |
+
],
|
432 |
+
"license": "https://choosealicense.com/licenses/cc-by-nc-4.0/",
|
433 |
+
"url": "https://huggingface.co/datasets/cboettig/fishbase"
|
434 |
+
}
|