@gravity-ui/chartkit 3.2.0-beta.1 → 3.2.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/package.json +4 -2
  2. package/build/libs/chartkit-error/__tests__/chartkit-error.d.ts +0 -1
  3. package/build/libs/chartkit-error/__tests__/chartkit-error.js +0 -27
  4. package/build/libs/settings/__tests__/settings.test.d.ts +0 -1
  5. package/build/libs/settings/__tests__/settings.test.js +0 -17
  6. package/build/plugins/d3/__stories__/bar/category.stories.d.ts +0 -4
  7. package/build/plugins/d3/__stories__/bar/category.stories.js +0 -75
  8. package/build/plugins/d3/__stories__/bar/datetime.stories.d.ts +0 -4
  9. package/build/plugins/d3/__stories__/bar/datetime.stories.js +0 -71
  10. package/build/plugins/d3/__stories__/bar/linear.stories.d.ts +0 -4
  11. package/build/plugins/d3/__stories__/bar/linear.stories.js +0 -74
  12. package/build/plugins/d3/__stories__/penguins.json +0 -3098
  13. package/build/plugins/d3/__stories__/scatter/LinearCategories.stories.d.ts +0 -4
  14. package/build/plugins/d3/__stories__/scatter/LinearCategories.stories.js +0 -103
  15. package/build/plugins/d3/__stories__/scatter/Timestamp.stories.d.ts +0 -4
  16. package/build/plugins/d3/__stories__/scatter/Timestamp.stories.js +0 -91
  17. package/build/plugins/highcharts/__stories__/Line.stories.d.ts +0 -3
  18. package/build/plugins/highcharts/__stories__/Line.stories.js +0 -12
  19. package/build/plugins/highcharts/__stories__/Pie.stories.d.ts +0 -3
  20. package/build/plugins/highcharts/__stories__/Pie.stories.js +0 -12
  21. package/build/plugins/highcharts/__stories__/area/Range.stories.d.ts +0 -3
  22. package/build/plugins/highcharts/__stories__/area/Range.stories.js +0 -12
  23. package/build/plugins/highcharts/__stories__/area/Stacked.stories.d.ts +0 -3
  24. package/build/plugins/highcharts/__stories__/area/Stacked.stories.js +0 -12
  25. package/build/plugins/highcharts/__stories__/column/HorizontalStacked.stories.d.ts +0 -3
  26. package/build/plugins/highcharts/__stories__/column/HorizontalStacked.stories.js +0 -12
  27. package/build/plugins/highcharts/__stories__/column/Vertical.stories.d.ts +0 -3
  28. package/build/plugins/highcharts/__stories__/column/Vertical.stories.js +0 -12
  29. package/build/plugins/highcharts/__stories__/column/VerticalStacked.stories.d.ts +0 -3
  30. package/build/plugins/highcharts/__stories__/column/VerticalStacked.stories.js +0 -12
  31. package/build/plugins/highcharts/__stories__/combined/ComboChartWithSameLegendValues.stories.d.ts +0 -3
  32. package/build/plugins/highcharts/__stories__/combined/ComboChartWithSameLegendValues.stories.js +0 -12
  33. package/build/plugins/highcharts/__stories__/complex/TwoAxis.stories.d.ts +0 -3
  34. package/build/plugins/highcharts/__stories__/complex/TwoAxis.stories.js +0 -12
  35. package/build/plugins/highcharts/__stories__/components/ChartStory.d.ts +0 -12
  36. package/build/plugins/highcharts/__stories__/components/ChartStory.js +0 -28
  37. package/build/plugins/highcharts/__stories__/constants/story-settings.d.ts +0 -42
  38. package/build/plugins/highcharts/__stories__/constants/story-settings.js +0 -42
  39. package/build/plugins/highcharts/__stories__/custom-error-render/custom-error-render.stories.d.ts +0 -3
  40. package/build/plugins/highcharts/__stories__/custom-error-render/custom-error-render.stories.js +0 -41
  41. package/build/plugins/highcharts/__stories__/no-data/no-data.stories.d.ts +0 -3
  42. package/build/plugins/highcharts/__stories__/no-data/no-data.stories.js +0 -20
  43. package/build/plugins/highcharts/__stories__/pie/WithTotals.stories.d.ts +0 -3
  44. package/build/plugins/highcharts/__stories__/pie/WithTotals.stories.js +0 -12
  45. package/build/plugins/highcharts/__tests__/prepare-data.test.d.ts +0 -1
  46. package/build/plugins/highcharts/__tests__/prepare-data.test.js +0 -13
  47. package/build/plugins/indicator/__stories__/Indicator.stories.d.ts +0 -4
  48. package/build/plugins/indicator/__stories__/Indicator.stories.js +0 -45
  49. package/build/plugins/yagr/__stories__/Yagr.stories.d.ts +0 -6
  50. package/build/plugins/yagr/__stories__/Yagr.stories.js +0 -90
  51. package/build/plugins/yagr/__stories__/mocks/line10.d.ts +0 -53
  52. package/build/plugins/yagr/__stories__/mocks/line10.js +0 -78
  53. package/build/plugins/yagr/__tests__/utils.test.d.ts +0 -1
  54. package/build/plugins/yagr/__tests__/utils.test.js +0 -26
  55. package/build/utils/__tests__/common.test.d.ts +0 -1
  56. package/build/utils/__tests__/common.test.js +0 -9
@@ -1,3098 +0,0 @@
1
- [
2
- {
3
- "species": "Adelie",
4
- "island": "Torgersen",
5
- "culmen_length_mm": 39.1,
6
- "culmen_depth_mm": 18.7,
7
- "flipper_length_mm": 181,
8
- "body_mass_g": 3750,
9
- "sex": "MALE"
10
- },
11
- {
12
- "species": "Adelie",
13
- "island": "Torgersen",
14
- "culmen_length_mm": 39.5,
15
- "culmen_depth_mm": 17.4,
16
- "flipper_length_mm": 186,
17
- "body_mass_g": 3800,
18
- "sex": "FEMALE"
19
- },
20
- {
21
- "species": "Adelie",
22
- "island": "Torgersen",
23
- "culmen_length_mm": 40.3,
24
- "culmen_depth_mm": 18,
25
- "flipper_length_mm": 195,
26
- "body_mass_g": 3250,
27
- "sex": "FEMALE"
28
- },
29
- {
30
- "species": "Adelie",
31
- "island": "Torgersen",
32
- "culmen_length_mm": null,
33
- "culmen_depth_mm": null,
34
- "flipper_length_mm": null,
35
- "body_mass_g": null,
36
- "sex": null
37
- },
38
- {
39
- "species": "Adelie",
40
- "island": "Torgersen",
41
- "culmen_length_mm": 36.7,
42
- "culmen_depth_mm": 19.3,
43
- "flipper_length_mm": 193,
44
- "body_mass_g": 3450,
45
- "sex": "FEMALE"
46
- },
47
- {
48
- "species": "Adelie",
49
- "island": "Torgersen",
50
- "culmen_length_mm": 39.3,
51
- "culmen_depth_mm": 20.6,
52
- "flipper_length_mm": 190,
53
- "body_mass_g": 3650,
54
- "sex": "MALE"
55
- },
56
- {
57
- "species": "Adelie",
58
- "island": "Torgersen",
59
- "culmen_length_mm": 38.9,
60
- "culmen_depth_mm": 17.8,
61
- "flipper_length_mm": 181,
62
- "body_mass_g": 3625,
63
- "sex": "FEMALE"
64
- },
65
- {
66
- "species": "Adelie",
67
- "island": "Torgersen",
68
- "culmen_length_mm": 39.2,
69
- "culmen_depth_mm": 19.6,
70
- "flipper_length_mm": 195,
71
- "body_mass_g": 4675,
72
- "sex": "MALE"
73
- },
74
- {
75
- "species": "Adelie",
76
- "island": "Torgersen",
77
- "culmen_length_mm": 34.1,
78
- "culmen_depth_mm": 18.1,
79
- "flipper_length_mm": 193,
80
- "body_mass_g": 3475,
81
- "sex": null
82
- },
83
- {
84
- "species": "Adelie",
85
- "island": "Torgersen",
86
- "culmen_length_mm": 42,
87
- "culmen_depth_mm": 20.2,
88
- "flipper_length_mm": 190,
89
- "body_mass_g": 4250,
90
- "sex": null
91
- },
92
- {
93
- "species": "Adelie",
94
- "island": "Torgersen",
95
- "culmen_length_mm": 37.8,
96
- "culmen_depth_mm": 17.1,
97
- "flipper_length_mm": 186,
98
- "body_mass_g": 3300,
99
- "sex": null
100
- },
101
- {
102
- "species": "Adelie",
103
- "island": "Torgersen",
104
- "culmen_length_mm": 37.8,
105
- "culmen_depth_mm": 17.3,
106
- "flipper_length_mm": 180,
107
- "body_mass_g": 3700,
108
- "sex": null
109
- },
110
- {
111
- "species": "Adelie",
112
- "island": "Torgersen",
113
- "culmen_length_mm": 41.1,
114
- "culmen_depth_mm": 17.6,
115
- "flipper_length_mm": 182,
116
- "body_mass_g": 3200,
117
- "sex": "FEMALE"
118
- },
119
- {
120
- "species": "Adelie",
121
- "island": "Torgersen",
122
- "culmen_length_mm": 38.6,
123
- "culmen_depth_mm": 21.2,
124
- "flipper_length_mm": 191,
125
- "body_mass_g": 3800,
126
- "sex": "MALE"
127
- },
128
- {
129
- "species": "Adelie",
130
- "island": "Torgersen",
131
- "culmen_length_mm": 34.6,
132
- "culmen_depth_mm": 21.1,
133
- "flipper_length_mm": 198,
134
- "body_mass_g": 4400,
135
- "sex": "MALE"
136
- },
137
- {
138
- "species": "Adelie",
139
- "island": "Torgersen",
140
- "culmen_length_mm": 36.6,
141
- "culmen_depth_mm": 17.8,
142
- "flipper_length_mm": 185,
143
- "body_mass_g": 3700,
144
- "sex": "FEMALE"
145
- },
146
- {
147
- "species": "Adelie",
148
- "island": "Torgersen",
149
- "culmen_length_mm": 38.7,
150
- "culmen_depth_mm": 19,
151
- "flipper_length_mm": 195,
152
- "body_mass_g": 3450,
153
- "sex": "FEMALE"
154
- },
155
- {
156
- "species": "Adelie",
157
- "island": "Torgersen",
158
- "culmen_length_mm": 42.5,
159
- "culmen_depth_mm": 20.7,
160
- "flipper_length_mm": 197,
161
- "body_mass_g": 4500,
162
- "sex": "MALE"
163
- },
164
- {
165
- "species": "Adelie",
166
- "island": "Torgersen",
167
- "culmen_length_mm": 34.4,
168
- "culmen_depth_mm": 18.4,
169
- "flipper_length_mm": 184,
170
- "body_mass_g": 3325,
171
- "sex": "FEMALE"
172
- },
173
- {
174
- "species": "Adelie",
175
- "island": "Torgersen",
176
- "culmen_length_mm": 46,
177
- "culmen_depth_mm": 21.5,
178
- "flipper_length_mm": 194,
179
- "body_mass_g": 4200,
180
- "sex": "MALE"
181
- },
182
- {
183
- "species": "Adelie",
184
- "island": "Biscoe",
185
- "culmen_length_mm": 37.8,
186
- "culmen_depth_mm": 18.3,
187
- "flipper_length_mm": 174,
188
- "body_mass_g": 3400,
189
- "sex": "FEMALE"
190
- },
191
- {
192
- "species": "Adelie",
193
- "island": "Biscoe",
194
- "culmen_length_mm": 37.7,
195
- "culmen_depth_mm": 18.7,
196
- "flipper_length_mm": 180,
197
- "body_mass_g": 3600,
198
- "sex": "MALE"
199
- },
200
- {
201
- "species": "Adelie",
202
- "island": "Biscoe",
203
- "culmen_length_mm": 35.9,
204
- "culmen_depth_mm": 19.2,
205
- "flipper_length_mm": 189,
206
- "body_mass_g": 3800,
207
- "sex": "FEMALE"
208
- },
209
- {
210
- "species": "Adelie",
211
- "island": "Biscoe",
212
- "culmen_length_mm": 38.2,
213
- "culmen_depth_mm": 18.1,
214
- "flipper_length_mm": 185,
215
- "body_mass_g": 3950,
216
- "sex": "MALE"
217
- },
218
- {
219
- "species": "Adelie",
220
- "island": "Biscoe",
221
- "culmen_length_mm": 38.8,
222
- "culmen_depth_mm": 17.2,
223
- "flipper_length_mm": 180,
224
- "body_mass_g": 3800,
225
- "sex": "MALE"
226
- },
227
- {
228
- "species": "Adelie",
229
- "island": "Biscoe",
230
- "culmen_length_mm": 35.3,
231
- "culmen_depth_mm": 18.9,
232
- "flipper_length_mm": 187,
233
- "body_mass_g": 3800,
234
- "sex": "FEMALE"
235
- },
236
- {
237
- "species": "Adelie",
238
- "island": "Biscoe",
239
- "culmen_length_mm": 40.6,
240
- "culmen_depth_mm": 18.6,
241
- "flipper_length_mm": 183,
242
- "body_mass_g": 3550,
243
- "sex": "MALE"
244
- },
245
- {
246
- "species": "Adelie",
247
- "island": "Biscoe",
248
- "culmen_length_mm": 40.5,
249
- "culmen_depth_mm": 17.9,
250
- "flipper_length_mm": 187,
251
- "body_mass_g": 3200,
252
- "sex": "FEMALE"
253
- },
254
- {
255
- "species": "Adelie",
256
- "island": "Biscoe",
257
- "culmen_length_mm": 37.9,
258
- "culmen_depth_mm": 18.6,
259
- "flipper_length_mm": 172,
260
- "body_mass_g": 3150,
261
- "sex": "FEMALE"
262
- },
263
- {
264
- "species": "Adelie",
265
- "island": "Biscoe",
266
- "culmen_length_mm": 40.5,
267
- "culmen_depth_mm": 18.9,
268
- "flipper_length_mm": 180,
269
- "body_mass_g": 3950,
270
- "sex": "MALE"
271
- },
272
- {
273
- "species": "Adelie",
274
- "island": "Dream",
275
- "culmen_length_mm": 39.5,
276
- "culmen_depth_mm": 16.7,
277
- "flipper_length_mm": 178,
278
- "body_mass_g": 3250,
279
- "sex": "FEMALE"
280
- },
281
- {
282
- "species": "Adelie",
283
- "island": "Dream",
284
- "culmen_length_mm": 37.2,
285
- "culmen_depth_mm": 18.1,
286
- "flipper_length_mm": 178,
287
- "body_mass_g": 3900,
288
- "sex": "MALE"
289
- },
290
- {
291
- "species": "Adelie",
292
- "island": "Dream",
293
- "culmen_length_mm": 39.5,
294
- "culmen_depth_mm": 17.8,
295
- "flipper_length_mm": 188,
296
- "body_mass_g": 3300,
297
- "sex": "FEMALE"
298
- },
299
- {
300
- "species": "Adelie",
301
- "island": "Dream",
302
- "culmen_length_mm": 40.9,
303
- "culmen_depth_mm": 18.9,
304
- "flipper_length_mm": 184,
305
- "body_mass_g": 3900,
306
- "sex": "MALE"
307
- },
308
- {
309
- "species": "Adelie",
310
- "island": "Dream",
311
- "culmen_length_mm": 36.4,
312
- "culmen_depth_mm": 17,
313
- "flipper_length_mm": 195,
314
- "body_mass_g": 3325,
315
- "sex": "FEMALE"
316
- },
317
- {
318
- "species": "Adelie",
319
- "island": "Dream",
320
- "culmen_length_mm": 39.2,
321
- "culmen_depth_mm": 21.1,
322
- "flipper_length_mm": 196,
323
- "body_mass_g": 4150,
324
- "sex": "MALE"
325
- },
326
- {
327
- "species": "Adelie",
328
- "island": "Dream",
329
- "culmen_length_mm": 38.8,
330
- "culmen_depth_mm": 20,
331
- "flipper_length_mm": 190,
332
- "body_mass_g": 3950,
333
- "sex": "MALE"
334
- },
335
- {
336
- "species": "Adelie",
337
- "island": "Dream",
338
- "culmen_length_mm": 42.2,
339
- "culmen_depth_mm": 18.5,
340
- "flipper_length_mm": 180,
341
- "body_mass_g": 3550,
342
- "sex": "FEMALE"
343
- },
344
- {
345
- "species": "Adelie",
346
- "island": "Dream",
347
- "culmen_length_mm": 37.6,
348
- "culmen_depth_mm": 19.3,
349
- "flipper_length_mm": 181,
350
- "body_mass_g": 3300,
351
- "sex": "FEMALE"
352
- },
353
- {
354
- "species": "Adelie",
355
- "island": "Dream",
356
- "culmen_length_mm": 39.8,
357
- "culmen_depth_mm": 19.1,
358
- "flipper_length_mm": 184,
359
- "body_mass_g": 4650,
360
- "sex": "MALE"
361
- },
362
- {
363
- "species": "Adelie",
364
- "island": "Dream",
365
- "culmen_length_mm": 36.5,
366
- "culmen_depth_mm": 18,
367
- "flipper_length_mm": 182,
368
- "body_mass_g": 3150,
369
- "sex": "FEMALE"
370
- },
371
- {
372
- "species": "Adelie",
373
- "island": "Dream",
374
- "culmen_length_mm": 40.8,
375
- "culmen_depth_mm": 18.4,
376
- "flipper_length_mm": 195,
377
- "body_mass_g": 3900,
378
- "sex": "MALE"
379
- },
380
- {
381
- "species": "Adelie",
382
- "island": "Dream",
383
- "culmen_length_mm": 36,
384
- "culmen_depth_mm": 18.5,
385
- "flipper_length_mm": 186,
386
- "body_mass_g": 3100,
387
- "sex": "FEMALE"
388
- },
389
- {
390
- "species": "Adelie",
391
- "island": "Dream",
392
- "culmen_length_mm": 44.1,
393
- "culmen_depth_mm": 19.7,
394
- "flipper_length_mm": 196,
395
- "body_mass_g": 4400,
396
- "sex": "MALE"
397
- },
398
- {
399
- "species": "Adelie",
400
- "island": "Dream",
401
- "culmen_length_mm": 37,
402
- "culmen_depth_mm": 16.9,
403
- "flipper_length_mm": 185,
404
- "body_mass_g": 3000,
405
- "sex": "FEMALE"
406
- },
407
- {
408
- "species": "Adelie",
409
- "island": "Dream",
410
- "culmen_length_mm": 39.6,
411
- "culmen_depth_mm": 18.8,
412
- "flipper_length_mm": 190,
413
- "body_mass_g": 4600,
414
- "sex": "MALE"
415
- },
416
- {
417
- "species": "Adelie",
418
- "island": "Dream",
419
- "culmen_length_mm": 41.1,
420
- "culmen_depth_mm": 19,
421
- "flipper_length_mm": 182,
422
- "body_mass_g": 3425,
423
- "sex": "MALE"
424
- },
425
- {
426
- "species": "Adelie",
427
- "island": "Dream",
428
- "culmen_length_mm": 37.5,
429
- "culmen_depth_mm": 18.9,
430
- "flipper_length_mm": 179,
431
- "body_mass_g": 2975,
432
- "sex": null
433
- },
434
- {
435
- "species": "Adelie",
436
- "island": "Dream",
437
- "culmen_length_mm": 36,
438
- "culmen_depth_mm": 17.9,
439
- "flipper_length_mm": 190,
440
- "body_mass_g": 3450,
441
- "sex": "FEMALE"
442
- },
443
- {
444
- "species": "Adelie",
445
- "island": "Dream",
446
- "culmen_length_mm": 42.3,
447
- "culmen_depth_mm": 21.2,
448
- "flipper_length_mm": 191,
449
- "body_mass_g": 4150,
450
- "sex": "MALE"
451
- },
452
- {
453
- "species": "Adelie",
454
- "island": "Biscoe",
455
- "culmen_length_mm": 39.6,
456
- "culmen_depth_mm": 17.7,
457
- "flipper_length_mm": 186,
458
- "body_mass_g": 3500,
459
- "sex": "FEMALE"
460
- },
461
- {
462
- "species": "Adelie",
463
- "island": "Biscoe",
464
- "culmen_length_mm": 40.1,
465
- "culmen_depth_mm": 18.9,
466
- "flipper_length_mm": 188,
467
- "body_mass_g": 4300,
468
- "sex": "MALE"
469
- },
470
- {
471
- "species": "Adelie",
472
- "island": "Biscoe",
473
- "culmen_length_mm": 35,
474
- "culmen_depth_mm": 17.9,
475
- "flipper_length_mm": 190,
476
- "body_mass_g": 3450,
477
- "sex": "FEMALE"
478
- },
479
- {
480
- "species": "Adelie",
481
- "island": "Biscoe",
482
- "culmen_length_mm": 42,
483
- "culmen_depth_mm": 19.5,
484
- "flipper_length_mm": 200,
485
- "body_mass_g": 4050,
486
- "sex": "MALE"
487
- },
488
- {
489
- "species": "Adelie",
490
- "island": "Biscoe",
491
- "culmen_length_mm": 34.5,
492
- "culmen_depth_mm": 18.1,
493
- "flipper_length_mm": 187,
494
- "body_mass_g": 2900,
495
- "sex": "FEMALE"
496
- },
497
- {
498
- "species": "Adelie",
499
- "island": "Biscoe",
500
- "culmen_length_mm": 41.4,
501
- "culmen_depth_mm": 18.6,
502
- "flipper_length_mm": 191,
503
- "body_mass_g": 3700,
504
- "sex": "MALE"
505
- },
506
- {
507
- "species": "Adelie",
508
- "island": "Biscoe",
509
- "culmen_length_mm": 39,
510
- "culmen_depth_mm": 17.5,
511
- "flipper_length_mm": 186,
512
- "body_mass_g": 3550,
513
- "sex": "FEMALE"
514
- },
515
- {
516
- "species": "Adelie",
517
- "island": "Biscoe",
518
- "culmen_length_mm": 40.6,
519
- "culmen_depth_mm": 18.8,
520
- "flipper_length_mm": 193,
521
- "body_mass_g": 3800,
522
- "sex": "MALE"
523
- },
524
- {
525
- "species": "Adelie",
526
- "island": "Biscoe",
527
- "culmen_length_mm": 36.5,
528
- "culmen_depth_mm": 16.6,
529
- "flipper_length_mm": 181,
530
- "body_mass_g": 2850,
531
- "sex": "FEMALE"
532
- },
533
- {
534
- "species": "Adelie",
535
- "island": "Biscoe",
536
- "culmen_length_mm": 37.6,
537
- "culmen_depth_mm": 19.1,
538
- "flipper_length_mm": 194,
539
- "body_mass_g": 3750,
540
- "sex": "MALE"
541
- },
542
- {
543
- "species": "Adelie",
544
- "island": "Biscoe",
545
- "culmen_length_mm": 35.7,
546
- "culmen_depth_mm": 16.9,
547
- "flipper_length_mm": 185,
548
- "body_mass_g": 3150,
549
- "sex": "FEMALE"
550
- },
551
- {
552
- "species": "Adelie",
553
- "island": "Biscoe",
554
- "culmen_length_mm": 41.3,
555
- "culmen_depth_mm": 21.1,
556
- "flipper_length_mm": 195,
557
- "body_mass_g": 4400,
558
- "sex": "MALE"
559
- },
560
- {
561
- "species": "Adelie",
562
- "island": "Biscoe",
563
- "culmen_length_mm": 37.6,
564
- "culmen_depth_mm": 17,
565
- "flipper_length_mm": 185,
566
- "body_mass_g": 3600,
567
- "sex": "FEMALE"
568
- },
569
- {
570
- "species": "Adelie",
571
- "island": "Biscoe",
572
- "culmen_length_mm": 41.1,
573
- "culmen_depth_mm": 18.2,
574
- "flipper_length_mm": 192,
575
- "body_mass_g": 4050,
576
- "sex": "MALE"
577
- },
578
- {
579
- "species": "Adelie",
580
- "island": "Biscoe",
581
- "culmen_length_mm": 36.4,
582
- "culmen_depth_mm": 17.1,
583
- "flipper_length_mm": 184,
584
- "body_mass_g": 2850,
585
- "sex": "FEMALE"
586
- },
587
- {
588
- "species": "Adelie",
589
- "island": "Biscoe",
590
- "culmen_length_mm": 41.6,
591
- "culmen_depth_mm": 18,
592
- "flipper_length_mm": 192,
593
- "body_mass_g": 3950,
594
- "sex": "MALE"
595
- },
596
- {
597
- "species": "Adelie",
598
- "island": "Biscoe",
599
- "culmen_length_mm": 35.5,
600
- "culmen_depth_mm": 16.2,
601
- "flipper_length_mm": 195,
602
- "body_mass_g": 3350,
603
- "sex": "FEMALE"
604
- },
605
- {
606
- "species": "Adelie",
607
- "island": "Biscoe",
608
- "culmen_length_mm": 41.1,
609
- "culmen_depth_mm": 19.1,
610
- "flipper_length_mm": 188,
611
- "body_mass_g": 4100,
612
- "sex": "MALE"
613
- },
614
- {
615
- "species": "Adelie",
616
- "island": "Torgersen",
617
- "culmen_length_mm": 35.9,
618
- "culmen_depth_mm": 16.6,
619
- "flipper_length_mm": 190,
620
- "body_mass_g": 3050,
621
- "sex": "FEMALE"
622
- },
623
- {
624
- "species": "Adelie",
625
- "island": "Torgersen",
626
- "culmen_length_mm": 41.8,
627
- "culmen_depth_mm": 19.4,
628
- "flipper_length_mm": 198,
629
- "body_mass_g": 4450,
630
- "sex": "MALE"
631
- },
632
- {
633
- "species": "Adelie",
634
- "island": "Torgersen",
635
- "culmen_length_mm": 33.5,
636
- "culmen_depth_mm": 19,
637
- "flipper_length_mm": 190,
638
- "body_mass_g": 3600,
639
- "sex": "FEMALE"
640
- },
641
- {
642
- "species": "Adelie",
643
- "island": "Torgersen",
644
- "culmen_length_mm": 39.7,
645
- "culmen_depth_mm": 18.4,
646
- "flipper_length_mm": 190,
647
- "body_mass_g": 3900,
648
- "sex": "MALE"
649
- },
650
- {
651
- "species": "Adelie",
652
- "island": "Torgersen",
653
- "culmen_length_mm": 39.6,
654
- "culmen_depth_mm": 17.2,
655
- "flipper_length_mm": 196,
656
- "body_mass_g": 3550,
657
- "sex": "FEMALE"
658
- },
659
- {
660
- "species": "Adelie",
661
- "island": "Torgersen",
662
- "culmen_length_mm": 45.8,
663
- "culmen_depth_mm": 18.9,
664
- "flipper_length_mm": 197,
665
- "body_mass_g": 4150,
666
- "sex": "MALE"
667
- },
668
- {
669
- "species": "Adelie",
670
- "island": "Torgersen",
671
- "culmen_length_mm": 35.5,
672
- "culmen_depth_mm": 17.5,
673
- "flipper_length_mm": 190,
674
- "body_mass_g": 3700,
675
- "sex": "FEMALE"
676
- },
677
- {
678
- "species": "Adelie",
679
- "island": "Torgersen",
680
- "culmen_length_mm": 42.8,
681
- "culmen_depth_mm": 18.5,
682
- "flipper_length_mm": 195,
683
- "body_mass_g": 4250,
684
- "sex": "MALE"
685
- },
686
- {
687
- "species": "Adelie",
688
- "island": "Torgersen",
689
- "culmen_length_mm": 40.9,
690
- "culmen_depth_mm": 16.8,
691
- "flipper_length_mm": 191,
692
- "body_mass_g": 3700,
693
- "sex": "FEMALE"
694
- },
695
- {
696
- "species": "Adelie",
697
- "island": "Torgersen",
698
- "culmen_length_mm": 37.2,
699
- "culmen_depth_mm": 19.4,
700
- "flipper_length_mm": 184,
701
- "body_mass_g": 3900,
702
- "sex": "MALE"
703
- },
704
- {
705
- "species": "Adelie",
706
- "island": "Torgersen",
707
- "culmen_length_mm": 36.2,
708
- "culmen_depth_mm": 16.1,
709
- "flipper_length_mm": 187,
710
- "body_mass_g": 3550,
711
- "sex": "FEMALE"
712
- },
713
- {
714
- "species": "Adelie",
715
- "island": "Torgersen",
716
- "culmen_length_mm": 42.1,
717
- "culmen_depth_mm": 19.1,
718
- "flipper_length_mm": 195,
719
- "body_mass_g": 4000,
720
- "sex": "MALE"
721
- },
722
- {
723
- "species": "Adelie",
724
- "island": "Torgersen",
725
- "culmen_length_mm": 34.6,
726
- "culmen_depth_mm": 17.2,
727
- "flipper_length_mm": 189,
728
- "body_mass_g": 3200,
729
- "sex": "FEMALE"
730
- },
731
- {
732
- "species": "Adelie",
733
- "island": "Torgersen",
734
- "culmen_length_mm": 42.9,
735
- "culmen_depth_mm": 17.6,
736
- "flipper_length_mm": 196,
737
- "body_mass_g": 4700,
738
- "sex": "MALE"
739
- },
740
- {
741
- "species": "Adelie",
742
- "island": "Torgersen",
743
- "culmen_length_mm": 36.7,
744
- "culmen_depth_mm": 18.8,
745
- "flipper_length_mm": 187,
746
- "body_mass_g": 3800,
747
- "sex": "FEMALE"
748
- },
749
- {
750
- "species": "Adelie",
751
- "island": "Torgersen",
752
- "culmen_length_mm": 35.1,
753
- "culmen_depth_mm": 19.4,
754
- "flipper_length_mm": 193,
755
- "body_mass_g": 4200,
756
- "sex": "MALE"
757
- },
758
- {
759
- "species": "Adelie",
760
- "island": "Dream",
761
- "culmen_length_mm": 37.3,
762
- "culmen_depth_mm": 17.8,
763
- "flipper_length_mm": 191,
764
- "body_mass_g": 3350,
765
- "sex": "FEMALE"
766
- },
767
- {
768
- "species": "Adelie",
769
- "island": "Dream",
770
- "culmen_length_mm": 41.3,
771
- "culmen_depth_mm": 20.3,
772
- "flipper_length_mm": 194,
773
- "body_mass_g": 3550,
774
- "sex": "MALE"
775
- },
776
- {
777
- "species": "Adelie",
778
- "island": "Dream",
779
- "culmen_length_mm": 36.3,
780
- "culmen_depth_mm": 19.5,
781
- "flipper_length_mm": 190,
782
- "body_mass_g": 3800,
783
- "sex": "MALE"
784
- },
785
- {
786
- "species": "Adelie",
787
- "island": "Dream",
788
- "culmen_length_mm": 36.9,
789
- "culmen_depth_mm": 18.6,
790
- "flipper_length_mm": 189,
791
- "body_mass_g": 3500,
792
- "sex": "FEMALE"
793
- },
794
- {
795
- "species": "Adelie",
796
- "island": "Dream",
797
- "culmen_length_mm": 38.3,
798
- "culmen_depth_mm": 19.2,
799
- "flipper_length_mm": 189,
800
- "body_mass_g": 3950,
801
- "sex": "MALE"
802
- },
803
- {
804
- "species": "Adelie",
805
- "island": "Dream",
806
- "culmen_length_mm": 38.9,
807
- "culmen_depth_mm": 18.8,
808
- "flipper_length_mm": 190,
809
- "body_mass_g": 3600,
810
- "sex": "FEMALE"
811
- },
812
- {
813
- "species": "Adelie",
814
- "island": "Dream",
815
- "culmen_length_mm": 35.7,
816
- "culmen_depth_mm": 18,
817
- "flipper_length_mm": 202,
818
- "body_mass_g": 3550,
819
- "sex": "FEMALE"
820
- },
821
- {
822
- "species": "Adelie",
823
- "island": "Dream",
824
- "culmen_length_mm": 41.1,
825
- "culmen_depth_mm": 18.1,
826
- "flipper_length_mm": 205,
827
- "body_mass_g": 4300,
828
- "sex": "MALE"
829
- },
830
- {
831
- "species": "Adelie",
832
- "island": "Dream",
833
- "culmen_length_mm": 34,
834
- "culmen_depth_mm": 17.1,
835
- "flipper_length_mm": 185,
836
- "body_mass_g": 3400,
837
- "sex": "FEMALE"
838
- },
839
- {
840
- "species": "Adelie",
841
- "island": "Dream",
842
- "culmen_length_mm": 39.6,
843
- "culmen_depth_mm": 18.1,
844
- "flipper_length_mm": 186,
845
- "body_mass_g": 4450,
846
- "sex": "MALE"
847
- },
848
- {
849
- "species": "Adelie",
850
- "island": "Dream",
851
- "culmen_length_mm": 36.2,
852
- "culmen_depth_mm": 17.3,
853
- "flipper_length_mm": 187,
854
- "body_mass_g": 3300,
855
- "sex": "FEMALE"
856
- },
857
- {
858
- "species": "Adelie",
859
- "island": "Dream",
860
- "culmen_length_mm": 40.8,
861
- "culmen_depth_mm": 18.9,
862
- "flipper_length_mm": 208,
863
- "body_mass_g": 4300,
864
- "sex": "MALE"
865
- },
866
- {
867
- "species": "Adelie",
868
- "island": "Dream",
869
- "culmen_length_mm": 38.1,
870
- "culmen_depth_mm": 18.6,
871
- "flipper_length_mm": 190,
872
- "body_mass_g": 3700,
873
- "sex": "FEMALE"
874
- },
875
- {
876
- "species": "Adelie",
877
- "island": "Dream",
878
- "culmen_length_mm": 40.3,
879
- "culmen_depth_mm": 18.5,
880
- "flipper_length_mm": 196,
881
- "body_mass_g": 4350,
882
- "sex": "MALE"
883
- },
884
- {
885
- "species": "Adelie",
886
- "island": "Dream",
887
- "culmen_length_mm": 33.1,
888
- "culmen_depth_mm": 16.1,
889
- "flipper_length_mm": 178,
890
- "body_mass_g": 2900,
891
- "sex": "FEMALE"
892
- },
893
- {
894
- "species": "Adelie",
895
- "island": "Dream",
896
- "culmen_length_mm": 43.2,
897
- "culmen_depth_mm": 18.5,
898
- "flipper_length_mm": 192,
899
- "body_mass_g": 4100,
900
- "sex": "MALE"
901
- },
902
- {
903
- "species": "Adelie",
904
- "island": "Biscoe",
905
- "culmen_length_mm": 35,
906
- "culmen_depth_mm": 17.9,
907
- "flipper_length_mm": 192,
908
- "body_mass_g": 3725,
909
- "sex": "FEMALE"
910
- },
911
- {
912
- "species": "Adelie",
913
- "island": "Biscoe",
914
- "culmen_length_mm": 41,
915
- "culmen_depth_mm": 20,
916
- "flipper_length_mm": 203,
917
- "body_mass_g": 4725,
918
- "sex": "MALE"
919
- },
920
- {
921
- "species": "Adelie",
922
- "island": "Biscoe",
923
- "culmen_length_mm": 37.7,
924
- "culmen_depth_mm": 16,
925
- "flipper_length_mm": 183,
926
- "body_mass_g": 3075,
927
- "sex": "FEMALE"
928
- },
929
- {
930
- "species": "Adelie",
931
- "island": "Biscoe",
932
- "culmen_length_mm": 37.8,
933
- "culmen_depth_mm": 20,
934
- "flipper_length_mm": 190,
935
- "body_mass_g": 4250,
936
- "sex": "MALE"
937
- },
938
- {
939
- "species": "Adelie",
940
- "island": "Biscoe",
941
- "culmen_length_mm": 37.9,
942
- "culmen_depth_mm": 18.6,
943
- "flipper_length_mm": 193,
944
- "body_mass_g": 2925,
945
- "sex": "FEMALE"
946
- },
947
- {
948
- "species": "Adelie",
949
- "island": "Biscoe",
950
- "culmen_length_mm": 39.7,
951
- "culmen_depth_mm": 18.9,
952
- "flipper_length_mm": 184,
953
- "body_mass_g": 3550,
954
- "sex": "MALE"
955
- },
956
- {
957
- "species": "Adelie",
958
- "island": "Biscoe",
959
- "culmen_length_mm": 38.6,
960
- "culmen_depth_mm": 17.2,
961
- "flipper_length_mm": 199,
962
- "body_mass_g": 3750,
963
- "sex": "FEMALE"
964
- },
965
- {
966
- "species": "Adelie",
967
- "island": "Biscoe",
968
- "culmen_length_mm": 38.2,
969
- "culmen_depth_mm": 20,
970
- "flipper_length_mm": 190,
971
- "body_mass_g": 3900,
972
- "sex": "MALE"
973
- },
974
- {
975
- "species": "Adelie",
976
- "island": "Biscoe",
977
- "culmen_length_mm": 38.1,
978
- "culmen_depth_mm": 17,
979
- "flipper_length_mm": 181,
980
- "body_mass_g": 3175,
981
- "sex": "FEMALE"
982
- },
983
- {
984
- "species": "Adelie",
985
- "island": "Biscoe",
986
- "culmen_length_mm": 43.2,
987
- "culmen_depth_mm": 19,
988
- "flipper_length_mm": 197,
989
- "body_mass_g": 4775,
990
- "sex": "MALE"
991
- },
992
- {
993
- "species": "Adelie",
994
- "island": "Biscoe",
995
- "culmen_length_mm": 38.1,
996
- "culmen_depth_mm": 16.5,
997
- "flipper_length_mm": 198,
998
- "body_mass_g": 3825,
999
- "sex": "FEMALE"
1000
- },
1001
- {
1002
- "species": "Adelie",
1003
- "island": "Biscoe",
1004
- "culmen_length_mm": 45.6,
1005
- "culmen_depth_mm": 20.3,
1006
- "flipper_length_mm": 191,
1007
- "body_mass_g": 4600,
1008
- "sex": "MALE"
1009
- },
1010
- {
1011
- "species": "Adelie",
1012
- "island": "Biscoe",
1013
- "culmen_length_mm": 39.7,
1014
- "culmen_depth_mm": 17.7,
1015
- "flipper_length_mm": 193,
1016
- "body_mass_g": 3200,
1017
- "sex": "FEMALE"
1018
- },
1019
- {
1020
- "species": "Adelie",
1021
- "island": "Biscoe",
1022
- "culmen_length_mm": 42.2,
1023
- "culmen_depth_mm": 19.5,
1024
- "flipper_length_mm": 197,
1025
- "body_mass_g": 4275,
1026
- "sex": "MALE"
1027
- },
1028
- {
1029
- "species": "Adelie",
1030
- "island": "Biscoe",
1031
- "culmen_length_mm": 39.6,
1032
- "culmen_depth_mm": 20.7,
1033
- "flipper_length_mm": 191,
1034
- "body_mass_g": 3900,
1035
- "sex": "FEMALE"
1036
- },
1037
- {
1038
- "species": "Adelie",
1039
- "island": "Biscoe",
1040
- "culmen_length_mm": 42.7,
1041
- "culmen_depth_mm": 18.3,
1042
- "flipper_length_mm": 196,
1043
- "body_mass_g": 4075,
1044
- "sex": "MALE"
1045
- },
1046
- {
1047
- "species": "Adelie",
1048
- "island": "Torgersen",
1049
- "culmen_length_mm": 38.6,
1050
- "culmen_depth_mm": 17,
1051
- "flipper_length_mm": 188,
1052
- "body_mass_g": 2900,
1053
- "sex": "FEMALE"
1054
- },
1055
- {
1056
- "species": "Adelie",
1057
- "island": "Torgersen",
1058
- "culmen_length_mm": 37.3,
1059
- "culmen_depth_mm": 20.5,
1060
- "flipper_length_mm": 199,
1061
- "body_mass_g": 3775,
1062
- "sex": "MALE"
1063
- },
1064
- {
1065
- "species": "Adelie",
1066
- "island": "Torgersen",
1067
- "culmen_length_mm": 35.7,
1068
- "culmen_depth_mm": 17,
1069
- "flipper_length_mm": 189,
1070
- "body_mass_g": 3350,
1071
- "sex": "FEMALE"
1072
- },
1073
- {
1074
- "species": "Adelie",
1075
- "island": "Torgersen",
1076
- "culmen_length_mm": 41.1,
1077
- "culmen_depth_mm": 18.6,
1078
- "flipper_length_mm": 189,
1079
- "body_mass_g": 3325,
1080
- "sex": "MALE"
1081
- },
1082
- {
1083
- "species": "Adelie",
1084
- "island": "Torgersen",
1085
- "culmen_length_mm": 36.2,
1086
- "culmen_depth_mm": 17.2,
1087
- "flipper_length_mm": 187,
1088
- "body_mass_g": 3150,
1089
- "sex": "FEMALE"
1090
- },
1091
- {
1092
- "species": "Adelie",
1093
- "island": "Torgersen",
1094
- "culmen_length_mm": 37.7,
1095
- "culmen_depth_mm": 19.8,
1096
- "flipper_length_mm": 198,
1097
- "body_mass_g": 3500,
1098
- "sex": "MALE"
1099
- },
1100
- {
1101
- "species": "Adelie",
1102
- "island": "Torgersen",
1103
- "culmen_length_mm": 40.2,
1104
- "culmen_depth_mm": 17,
1105
- "flipper_length_mm": 176,
1106
- "body_mass_g": 3450,
1107
- "sex": "FEMALE"
1108
- },
1109
- {
1110
- "species": "Adelie",
1111
- "island": "Torgersen",
1112
- "culmen_length_mm": 41.4,
1113
- "culmen_depth_mm": 18.5,
1114
- "flipper_length_mm": 202,
1115
- "body_mass_g": 3875,
1116
- "sex": "MALE"
1117
- },
1118
- {
1119
- "species": "Adelie",
1120
- "island": "Torgersen",
1121
- "culmen_length_mm": 35.2,
1122
- "culmen_depth_mm": 15.9,
1123
- "flipper_length_mm": 186,
1124
- "body_mass_g": 3050,
1125
- "sex": "FEMALE"
1126
- },
1127
- {
1128
- "species": "Adelie",
1129
- "island": "Torgersen",
1130
- "culmen_length_mm": 40.6,
1131
- "culmen_depth_mm": 19,
1132
- "flipper_length_mm": 199,
1133
- "body_mass_g": 4000,
1134
- "sex": "MALE"
1135
- },
1136
- {
1137
- "species": "Adelie",
1138
- "island": "Torgersen",
1139
- "culmen_length_mm": 38.8,
1140
- "culmen_depth_mm": 17.6,
1141
- "flipper_length_mm": 191,
1142
- "body_mass_g": 3275,
1143
- "sex": "FEMALE"
1144
- },
1145
- {
1146
- "species": "Adelie",
1147
- "island": "Torgersen",
1148
- "culmen_length_mm": 41.5,
1149
- "culmen_depth_mm": 18.3,
1150
- "flipper_length_mm": 195,
1151
- "body_mass_g": 4300,
1152
- "sex": "MALE"
1153
- },
1154
- {
1155
- "species": "Adelie",
1156
- "island": "Torgersen",
1157
- "culmen_length_mm": 39,
1158
- "culmen_depth_mm": 17.1,
1159
- "flipper_length_mm": 191,
1160
- "body_mass_g": 3050,
1161
- "sex": "FEMALE"
1162
- },
1163
- {
1164
- "species": "Adelie",
1165
- "island": "Torgersen",
1166
- "culmen_length_mm": 44.1,
1167
- "culmen_depth_mm": 18,
1168
- "flipper_length_mm": 210,
1169
- "body_mass_g": 4000,
1170
- "sex": "MALE"
1171
- },
1172
- {
1173
- "species": "Adelie",
1174
- "island": "Torgersen",
1175
- "culmen_length_mm": 38.5,
1176
- "culmen_depth_mm": 17.9,
1177
- "flipper_length_mm": 190,
1178
- "body_mass_g": 3325,
1179
- "sex": "FEMALE"
1180
- },
1181
- {
1182
- "species": "Adelie",
1183
- "island": "Torgersen",
1184
- "culmen_length_mm": 43.1,
1185
- "culmen_depth_mm": 19.2,
1186
- "flipper_length_mm": 197,
1187
- "body_mass_g": 3500,
1188
- "sex": "MALE"
1189
- },
1190
- {
1191
- "species": "Adelie",
1192
- "island": "Dream",
1193
- "culmen_length_mm": 36.8,
1194
- "culmen_depth_mm": 18.5,
1195
- "flipper_length_mm": 193,
1196
- "body_mass_g": 3500,
1197
- "sex": "FEMALE"
1198
- },
1199
- {
1200
- "species": "Adelie",
1201
- "island": "Dream",
1202
- "culmen_length_mm": 37.5,
1203
- "culmen_depth_mm": 18.5,
1204
- "flipper_length_mm": 199,
1205
- "body_mass_g": 4475,
1206
- "sex": "MALE"
1207
- },
1208
- {
1209
- "species": "Adelie",
1210
- "island": "Dream",
1211
- "culmen_length_mm": 38.1,
1212
- "culmen_depth_mm": 17.6,
1213
- "flipper_length_mm": 187,
1214
- "body_mass_g": 3425,
1215
- "sex": "FEMALE"
1216
- },
1217
- {
1218
- "species": "Adelie",
1219
- "island": "Dream",
1220
- "culmen_length_mm": 41.1,
1221
- "culmen_depth_mm": 17.5,
1222
- "flipper_length_mm": 190,
1223
- "body_mass_g": 3900,
1224
- "sex": "MALE"
1225
- },
1226
- {
1227
- "species": "Adelie",
1228
- "island": "Dream",
1229
- "culmen_length_mm": 35.6,
1230
- "culmen_depth_mm": 17.5,
1231
- "flipper_length_mm": 191,
1232
- "body_mass_g": 3175,
1233
- "sex": "FEMALE"
1234
- },
1235
- {
1236
- "species": "Adelie",
1237
- "island": "Dream",
1238
- "culmen_length_mm": 40.2,
1239
- "culmen_depth_mm": 20.1,
1240
- "flipper_length_mm": 200,
1241
- "body_mass_g": 3975,
1242
- "sex": "MALE"
1243
- },
1244
- {
1245
- "species": "Adelie",
1246
- "island": "Dream",
1247
- "culmen_length_mm": 37,
1248
- "culmen_depth_mm": 16.5,
1249
- "flipper_length_mm": 185,
1250
- "body_mass_g": 3400,
1251
- "sex": "FEMALE"
1252
- },
1253
- {
1254
- "species": "Adelie",
1255
- "island": "Dream",
1256
- "culmen_length_mm": 39.7,
1257
- "culmen_depth_mm": 17.9,
1258
- "flipper_length_mm": 193,
1259
- "body_mass_g": 4250,
1260
- "sex": "MALE"
1261
- },
1262
- {
1263
- "species": "Adelie",
1264
- "island": "Dream",
1265
- "culmen_length_mm": 40.2,
1266
- "culmen_depth_mm": 17.1,
1267
- "flipper_length_mm": 193,
1268
- "body_mass_g": 3400,
1269
- "sex": "FEMALE"
1270
- },
1271
- {
1272
- "species": "Adelie",
1273
- "island": "Dream",
1274
- "culmen_length_mm": 40.6,
1275
- "culmen_depth_mm": 17.2,
1276
- "flipper_length_mm": 187,
1277
- "body_mass_g": 3475,
1278
- "sex": "MALE"
1279
- },
1280
- {
1281
- "species": "Adelie",
1282
- "island": "Dream",
1283
- "culmen_length_mm": 32.1,
1284
- "culmen_depth_mm": 15.5,
1285
- "flipper_length_mm": 188,
1286
- "body_mass_g": 3050,
1287
- "sex": "FEMALE"
1288
- },
1289
- {
1290
- "species": "Adelie",
1291
- "island": "Dream",
1292
- "culmen_length_mm": 40.7,
1293
- "culmen_depth_mm": 17,
1294
- "flipper_length_mm": 190,
1295
- "body_mass_g": 3725,
1296
- "sex": "MALE"
1297
- },
1298
- {
1299
- "species": "Adelie",
1300
- "island": "Dream",
1301
- "culmen_length_mm": 37.3,
1302
- "culmen_depth_mm": 16.8,
1303
- "flipper_length_mm": 192,
1304
- "body_mass_g": 3000,
1305
- "sex": "FEMALE"
1306
- },
1307
- {
1308
- "species": "Adelie",
1309
- "island": "Dream",
1310
- "culmen_length_mm": 39,
1311
- "culmen_depth_mm": 18.7,
1312
- "flipper_length_mm": 185,
1313
- "body_mass_g": 3650,
1314
- "sex": "MALE"
1315
- },
1316
- {
1317
- "species": "Adelie",
1318
- "island": "Dream",
1319
- "culmen_length_mm": 39.2,
1320
- "culmen_depth_mm": 18.6,
1321
- "flipper_length_mm": 190,
1322
- "body_mass_g": 4250,
1323
- "sex": "MALE"
1324
- },
1325
- {
1326
- "species": "Adelie",
1327
- "island": "Dream",
1328
- "culmen_length_mm": 36.6,
1329
- "culmen_depth_mm": 18.4,
1330
- "flipper_length_mm": 184,
1331
- "body_mass_g": 3475,
1332
- "sex": "FEMALE"
1333
- },
1334
- {
1335
- "species": "Adelie",
1336
- "island": "Dream",
1337
- "culmen_length_mm": 36,
1338
- "culmen_depth_mm": 17.8,
1339
- "flipper_length_mm": 195,
1340
- "body_mass_g": 3450,
1341
- "sex": "FEMALE"
1342
- },
1343
- {
1344
- "species": "Adelie",
1345
- "island": "Dream",
1346
- "culmen_length_mm": 37.8,
1347
- "culmen_depth_mm": 18.1,
1348
- "flipper_length_mm": 193,
1349
- "body_mass_g": 3750,
1350
- "sex": "MALE"
1351
- },
1352
- {
1353
- "species": "Adelie",
1354
- "island": "Dream",
1355
- "culmen_length_mm": 36,
1356
- "culmen_depth_mm": 17.1,
1357
- "flipper_length_mm": 187,
1358
- "body_mass_g": 3700,
1359
- "sex": "FEMALE"
1360
- },
1361
- {
1362
- "species": "Adelie",
1363
- "island": "Dream",
1364
- "culmen_length_mm": 41.5,
1365
- "culmen_depth_mm": 18.5,
1366
- "flipper_length_mm": 201,
1367
- "body_mass_g": 4000,
1368
- "sex": "MALE"
1369
- },
1370
- {
1371
- "species": "Chinstrap",
1372
- "island": "Dream",
1373
- "culmen_length_mm": 46.5,
1374
- "culmen_depth_mm": 17.9,
1375
- "flipper_length_mm": 192,
1376
- "body_mass_g": 3500,
1377
- "sex": "FEMALE"
1378
- },
1379
- {
1380
- "species": "Chinstrap",
1381
- "island": "Dream",
1382
- "culmen_length_mm": 50,
1383
- "culmen_depth_mm": 19.5,
1384
- "flipper_length_mm": 196,
1385
- "body_mass_g": 3900,
1386
- "sex": "MALE"
1387
- },
1388
- {
1389
- "species": "Chinstrap",
1390
- "island": "Dream",
1391
- "culmen_length_mm": 51.3,
1392
- "culmen_depth_mm": 19.2,
1393
- "flipper_length_mm": 193,
1394
- "body_mass_g": 3650,
1395
- "sex": "MALE"
1396
- },
1397
- {
1398
- "species": "Chinstrap",
1399
- "island": "Dream",
1400
- "culmen_length_mm": 45.4,
1401
- "culmen_depth_mm": 18.7,
1402
- "flipper_length_mm": 188,
1403
- "body_mass_g": 3525,
1404
- "sex": "FEMALE"
1405
- },
1406
- {
1407
- "species": "Chinstrap",
1408
- "island": "Dream",
1409
- "culmen_length_mm": 52.7,
1410
- "culmen_depth_mm": 19.8,
1411
- "flipper_length_mm": 197,
1412
- "body_mass_g": 3725,
1413
- "sex": "MALE"
1414
- },
1415
- {
1416
- "species": "Chinstrap",
1417
- "island": "Dream",
1418
- "culmen_length_mm": 45.2,
1419
- "culmen_depth_mm": 17.8,
1420
- "flipper_length_mm": 198,
1421
- "body_mass_g": 3950,
1422
- "sex": "FEMALE"
1423
- },
1424
- {
1425
- "species": "Chinstrap",
1426
- "island": "Dream",
1427
- "culmen_length_mm": 46.1,
1428
- "culmen_depth_mm": 18.2,
1429
- "flipper_length_mm": 178,
1430
- "body_mass_g": 3250,
1431
- "sex": "FEMALE"
1432
- },
1433
- {
1434
- "species": "Chinstrap",
1435
- "island": "Dream",
1436
- "culmen_length_mm": 51.3,
1437
- "culmen_depth_mm": 18.2,
1438
- "flipper_length_mm": 197,
1439
- "body_mass_g": 3750,
1440
- "sex": "MALE"
1441
- },
1442
- {
1443
- "species": "Chinstrap",
1444
- "island": "Dream",
1445
- "culmen_length_mm": 46,
1446
- "culmen_depth_mm": 18.9,
1447
- "flipper_length_mm": 195,
1448
- "body_mass_g": 4150,
1449
- "sex": "FEMALE"
1450
- },
1451
- {
1452
- "species": "Chinstrap",
1453
- "island": "Dream",
1454
- "culmen_length_mm": 51.3,
1455
- "culmen_depth_mm": 19.9,
1456
- "flipper_length_mm": 198,
1457
- "body_mass_g": 3700,
1458
- "sex": "MALE"
1459
- },
1460
- {
1461
- "species": "Chinstrap",
1462
- "island": "Dream",
1463
- "culmen_length_mm": 46.6,
1464
- "culmen_depth_mm": 17.8,
1465
- "flipper_length_mm": 193,
1466
- "body_mass_g": 3800,
1467
- "sex": "FEMALE"
1468
- },
1469
- {
1470
- "species": "Chinstrap",
1471
- "island": "Dream",
1472
- "culmen_length_mm": 51.7,
1473
- "culmen_depth_mm": 20.3,
1474
- "flipper_length_mm": 194,
1475
- "body_mass_g": 3775,
1476
- "sex": "MALE"
1477
- },
1478
- {
1479
- "species": "Chinstrap",
1480
- "island": "Dream",
1481
- "culmen_length_mm": 47,
1482
- "culmen_depth_mm": 17.3,
1483
- "flipper_length_mm": 185,
1484
- "body_mass_g": 3700,
1485
- "sex": "FEMALE"
1486
- },
1487
- {
1488
- "species": "Chinstrap",
1489
- "island": "Dream",
1490
- "culmen_length_mm": 52,
1491
- "culmen_depth_mm": 18.1,
1492
- "flipper_length_mm": 201,
1493
- "body_mass_g": 4050,
1494
- "sex": "MALE"
1495
- },
1496
- {
1497
- "species": "Chinstrap",
1498
- "island": "Dream",
1499
- "culmen_length_mm": 45.9,
1500
- "culmen_depth_mm": 17.1,
1501
- "flipper_length_mm": 190,
1502
- "body_mass_g": 3575,
1503
- "sex": "FEMALE"
1504
- },
1505
- {
1506
- "species": "Chinstrap",
1507
- "island": "Dream",
1508
- "culmen_length_mm": 50.5,
1509
- "culmen_depth_mm": 19.6,
1510
- "flipper_length_mm": 201,
1511
- "body_mass_g": 4050,
1512
- "sex": "MALE"
1513
- },
1514
- {
1515
- "species": "Chinstrap",
1516
- "island": "Dream",
1517
- "culmen_length_mm": 50.3,
1518
- "culmen_depth_mm": 20,
1519
- "flipper_length_mm": 197,
1520
- "body_mass_g": 3300,
1521
- "sex": "MALE"
1522
- },
1523
- {
1524
- "species": "Chinstrap",
1525
- "island": "Dream",
1526
- "culmen_length_mm": 58,
1527
- "culmen_depth_mm": 17.8,
1528
- "flipper_length_mm": 181,
1529
- "body_mass_g": 3700,
1530
- "sex": "FEMALE"
1531
- },
1532
- {
1533
- "species": "Chinstrap",
1534
- "island": "Dream",
1535
- "culmen_length_mm": 46.4,
1536
- "culmen_depth_mm": 18.6,
1537
- "flipper_length_mm": 190,
1538
- "body_mass_g": 3450,
1539
- "sex": "FEMALE"
1540
- },
1541
- {
1542
- "species": "Chinstrap",
1543
- "island": "Dream",
1544
- "culmen_length_mm": 49.2,
1545
- "culmen_depth_mm": 18.2,
1546
- "flipper_length_mm": 195,
1547
- "body_mass_g": 4400,
1548
- "sex": "MALE"
1549
- },
1550
- {
1551
- "species": "Chinstrap",
1552
- "island": "Dream",
1553
- "culmen_length_mm": 42.4,
1554
- "culmen_depth_mm": 17.3,
1555
- "flipper_length_mm": 181,
1556
- "body_mass_g": 3600,
1557
- "sex": "FEMALE"
1558
- },
1559
- {
1560
- "species": "Chinstrap",
1561
- "island": "Dream",
1562
- "culmen_length_mm": 48.5,
1563
- "culmen_depth_mm": 17.5,
1564
- "flipper_length_mm": 191,
1565
- "body_mass_g": 3400,
1566
- "sex": "MALE"
1567
- },
1568
- {
1569
- "species": "Chinstrap",
1570
- "island": "Dream",
1571
- "culmen_length_mm": 43.2,
1572
- "culmen_depth_mm": 16.6,
1573
- "flipper_length_mm": 187,
1574
- "body_mass_g": 2900,
1575
- "sex": "FEMALE"
1576
- },
1577
- {
1578
- "species": "Chinstrap",
1579
- "island": "Dream",
1580
- "culmen_length_mm": 50.6,
1581
- "culmen_depth_mm": 19.4,
1582
- "flipper_length_mm": 193,
1583
- "body_mass_g": 3800,
1584
- "sex": "MALE"
1585
- },
1586
- {
1587
- "species": "Chinstrap",
1588
- "island": "Dream",
1589
- "culmen_length_mm": 46.7,
1590
- "culmen_depth_mm": 17.9,
1591
- "flipper_length_mm": 195,
1592
- "body_mass_g": 3300,
1593
- "sex": "FEMALE"
1594
- },
1595
- {
1596
- "species": "Chinstrap",
1597
- "island": "Dream",
1598
- "culmen_length_mm": 52,
1599
- "culmen_depth_mm": 19,
1600
- "flipper_length_mm": 197,
1601
- "body_mass_g": 4150,
1602
- "sex": "MALE"
1603
- },
1604
- {
1605
- "species": "Chinstrap",
1606
- "island": "Dream",
1607
- "culmen_length_mm": 50.5,
1608
- "culmen_depth_mm": 18.4,
1609
- "flipper_length_mm": 200,
1610
- "body_mass_g": 3400,
1611
- "sex": "FEMALE"
1612
- },
1613
- {
1614
- "species": "Chinstrap",
1615
- "island": "Dream",
1616
- "culmen_length_mm": 49.5,
1617
- "culmen_depth_mm": 19,
1618
- "flipper_length_mm": 200,
1619
- "body_mass_g": 3800,
1620
- "sex": "MALE"
1621
- },
1622
- {
1623
- "species": "Chinstrap",
1624
- "island": "Dream",
1625
- "culmen_length_mm": 46.4,
1626
- "culmen_depth_mm": 17.8,
1627
- "flipper_length_mm": 191,
1628
- "body_mass_g": 3700,
1629
- "sex": "FEMALE"
1630
- },
1631
- {
1632
- "species": "Chinstrap",
1633
- "island": "Dream",
1634
- "culmen_length_mm": 52.8,
1635
- "culmen_depth_mm": 20,
1636
- "flipper_length_mm": 205,
1637
- "body_mass_g": 4550,
1638
- "sex": "MALE"
1639
- },
1640
- {
1641
- "species": "Chinstrap",
1642
- "island": "Dream",
1643
- "culmen_length_mm": 40.9,
1644
- "culmen_depth_mm": 16.6,
1645
- "flipper_length_mm": 187,
1646
- "body_mass_g": 3200,
1647
- "sex": "FEMALE"
1648
- },
1649
- {
1650
- "species": "Chinstrap",
1651
- "island": "Dream",
1652
- "culmen_length_mm": 54.2,
1653
- "culmen_depth_mm": 20.8,
1654
- "flipper_length_mm": 201,
1655
- "body_mass_g": 4300,
1656
- "sex": "MALE"
1657
- },
1658
- {
1659
- "species": "Chinstrap",
1660
- "island": "Dream",
1661
- "culmen_length_mm": 42.5,
1662
- "culmen_depth_mm": 16.7,
1663
- "flipper_length_mm": 187,
1664
- "body_mass_g": 3350,
1665
- "sex": "FEMALE"
1666
- },
1667
- {
1668
- "species": "Chinstrap",
1669
- "island": "Dream",
1670
- "culmen_length_mm": 51,
1671
- "culmen_depth_mm": 18.8,
1672
- "flipper_length_mm": 203,
1673
- "body_mass_g": 4100,
1674
- "sex": "MALE"
1675
- },
1676
- {
1677
- "species": "Chinstrap",
1678
- "island": "Dream",
1679
- "culmen_length_mm": 49.7,
1680
- "culmen_depth_mm": 18.6,
1681
- "flipper_length_mm": 195,
1682
- "body_mass_g": 3600,
1683
- "sex": "MALE"
1684
- },
1685
- {
1686
- "species": "Chinstrap",
1687
- "island": "Dream",
1688
- "culmen_length_mm": 47.5,
1689
- "culmen_depth_mm": 16.8,
1690
- "flipper_length_mm": 199,
1691
- "body_mass_g": 3900,
1692
- "sex": "FEMALE"
1693
- },
1694
- {
1695
- "species": "Chinstrap",
1696
- "island": "Dream",
1697
- "culmen_length_mm": 47.6,
1698
- "culmen_depth_mm": 18.3,
1699
- "flipper_length_mm": 195,
1700
- "body_mass_g": 3850,
1701
- "sex": "FEMALE"
1702
- },
1703
- {
1704
- "species": "Chinstrap",
1705
- "island": "Dream",
1706
- "culmen_length_mm": 52,
1707
- "culmen_depth_mm": 20.7,
1708
- "flipper_length_mm": 210,
1709
- "body_mass_g": 4800,
1710
- "sex": "MALE"
1711
- },
1712
- {
1713
- "species": "Chinstrap",
1714
- "island": "Dream",
1715
- "culmen_length_mm": 46.9,
1716
- "culmen_depth_mm": 16.6,
1717
- "flipper_length_mm": 192,
1718
- "body_mass_g": 2700,
1719
- "sex": "FEMALE"
1720
- },
1721
- {
1722
- "species": "Chinstrap",
1723
- "island": "Dream",
1724
- "culmen_length_mm": 53.5,
1725
- "culmen_depth_mm": 19.9,
1726
- "flipper_length_mm": 205,
1727
- "body_mass_g": 4500,
1728
- "sex": "MALE"
1729
- },
1730
- {
1731
- "species": "Chinstrap",
1732
- "island": "Dream",
1733
- "culmen_length_mm": 49,
1734
- "culmen_depth_mm": 19.5,
1735
- "flipper_length_mm": 210,
1736
- "body_mass_g": 3950,
1737
- "sex": "MALE"
1738
- },
1739
- {
1740
- "species": "Chinstrap",
1741
- "island": "Dream",
1742
- "culmen_length_mm": 46.2,
1743
- "culmen_depth_mm": 17.5,
1744
- "flipper_length_mm": 187,
1745
- "body_mass_g": 3650,
1746
- "sex": "FEMALE"
1747
- },
1748
- {
1749
- "species": "Chinstrap",
1750
- "island": "Dream",
1751
- "culmen_length_mm": 50.9,
1752
- "culmen_depth_mm": 19.1,
1753
- "flipper_length_mm": 196,
1754
- "body_mass_g": 3550,
1755
- "sex": "MALE"
1756
- },
1757
- {
1758
- "species": "Chinstrap",
1759
- "island": "Dream",
1760
- "culmen_length_mm": 45.5,
1761
- "culmen_depth_mm": 17,
1762
- "flipper_length_mm": 196,
1763
- "body_mass_g": 3500,
1764
- "sex": "FEMALE"
1765
- },
1766
- {
1767
- "species": "Chinstrap",
1768
- "island": "Dream",
1769
- "culmen_length_mm": 50.9,
1770
- "culmen_depth_mm": 17.9,
1771
- "flipper_length_mm": 196,
1772
- "body_mass_g": 3675,
1773
- "sex": "FEMALE"
1774
- },
1775
- {
1776
- "species": "Chinstrap",
1777
- "island": "Dream",
1778
- "culmen_length_mm": 50.8,
1779
- "culmen_depth_mm": 18.5,
1780
- "flipper_length_mm": 201,
1781
- "body_mass_g": 4450,
1782
- "sex": "MALE"
1783
- },
1784
- {
1785
- "species": "Chinstrap",
1786
- "island": "Dream",
1787
- "culmen_length_mm": 50.1,
1788
- "culmen_depth_mm": 17.9,
1789
- "flipper_length_mm": 190,
1790
- "body_mass_g": 3400,
1791
- "sex": "FEMALE"
1792
- },
1793
- {
1794
- "species": "Chinstrap",
1795
- "island": "Dream",
1796
- "culmen_length_mm": 49,
1797
- "culmen_depth_mm": 19.6,
1798
- "flipper_length_mm": 212,
1799
- "body_mass_g": 4300,
1800
- "sex": "MALE"
1801
- },
1802
- {
1803
- "species": "Chinstrap",
1804
- "island": "Dream",
1805
- "culmen_length_mm": 51.5,
1806
- "culmen_depth_mm": 18.7,
1807
- "flipper_length_mm": 187,
1808
- "body_mass_g": 3250,
1809
- "sex": "MALE"
1810
- },
1811
- {
1812
- "species": "Chinstrap",
1813
- "island": "Dream",
1814
- "culmen_length_mm": 49.8,
1815
- "culmen_depth_mm": 17.3,
1816
- "flipper_length_mm": 198,
1817
- "body_mass_g": 3675,
1818
- "sex": "FEMALE"
1819
- },
1820
- {
1821
- "species": "Chinstrap",
1822
- "island": "Dream",
1823
- "culmen_length_mm": 48.1,
1824
- "culmen_depth_mm": 16.4,
1825
- "flipper_length_mm": 199,
1826
- "body_mass_g": 3325,
1827
- "sex": "FEMALE"
1828
- },
1829
- {
1830
- "species": "Chinstrap",
1831
- "island": "Dream",
1832
- "culmen_length_mm": 51.4,
1833
- "culmen_depth_mm": 19,
1834
- "flipper_length_mm": 201,
1835
- "body_mass_g": 3950,
1836
- "sex": "MALE"
1837
- },
1838
- {
1839
- "species": "Chinstrap",
1840
- "island": "Dream",
1841
- "culmen_length_mm": 45.7,
1842
- "culmen_depth_mm": 17.3,
1843
- "flipper_length_mm": 193,
1844
- "body_mass_g": 3600,
1845
- "sex": "FEMALE"
1846
- },
1847
- {
1848
- "species": "Chinstrap",
1849
- "island": "Dream",
1850
- "culmen_length_mm": 50.7,
1851
- "culmen_depth_mm": 19.7,
1852
- "flipper_length_mm": 203,
1853
- "body_mass_g": 4050,
1854
- "sex": "MALE"
1855
- },
1856
- {
1857
- "species": "Chinstrap",
1858
- "island": "Dream",
1859
- "culmen_length_mm": 42.5,
1860
- "culmen_depth_mm": 17.3,
1861
- "flipper_length_mm": 187,
1862
- "body_mass_g": 3350,
1863
- "sex": "FEMALE"
1864
- },
1865
- {
1866
- "species": "Chinstrap",
1867
- "island": "Dream",
1868
- "culmen_length_mm": 52.2,
1869
- "culmen_depth_mm": 18.8,
1870
- "flipper_length_mm": 197,
1871
- "body_mass_g": 3450,
1872
- "sex": "MALE"
1873
- },
1874
- {
1875
- "species": "Chinstrap",
1876
- "island": "Dream",
1877
- "culmen_length_mm": 45.2,
1878
- "culmen_depth_mm": 16.6,
1879
- "flipper_length_mm": 191,
1880
- "body_mass_g": 3250,
1881
- "sex": "FEMALE"
1882
- },
1883
- {
1884
- "species": "Chinstrap",
1885
- "island": "Dream",
1886
- "culmen_length_mm": 49.3,
1887
- "culmen_depth_mm": 19.9,
1888
- "flipper_length_mm": 203,
1889
- "body_mass_g": 4050,
1890
- "sex": "MALE"
1891
- },
1892
- {
1893
- "species": "Chinstrap",
1894
- "island": "Dream",
1895
- "culmen_length_mm": 50.2,
1896
- "culmen_depth_mm": 18.8,
1897
- "flipper_length_mm": 202,
1898
- "body_mass_g": 3800,
1899
- "sex": "MALE"
1900
- },
1901
- {
1902
- "species": "Chinstrap",
1903
- "island": "Dream",
1904
- "culmen_length_mm": 45.6,
1905
- "culmen_depth_mm": 19.4,
1906
- "flipper_length_mm": 194,
1907
- "body_mass_g": 3525,
1908
- "sex": "FEMALE"
1909
- },
1910
- {
1911
- "species": "Chinstrap",
1912
- "island": "Dream",
1913
- "culmen_length_mm": 51.9,
1914
- "culmen_depth_mm": 19.5,
1915
- "flipper_length_mm": 206,
1916
- "body_mass_g": 3950,
1917
- "sex": "MALE"
1918
- },
1919
- {
1920
- "species": "Chinstrap",
1921
- "island": "Dream",
1922
- "culmen_length_mm": 46.8,
1923
- "culmen_depth_mm": 16.5,
1924
- "flipper_length_mm": 189,
1925
- "body_mass_g": 3650,
1926
- "sex": "FEMALE"
1927
- },
1928
- {
1929
- "species": "Chinstrap",
1930
- "island": "Dream",
1931
- "culmen_length_mm": 45.7,
1932
- "culmen_depth_mm": 17,
1933
- "flipper_length_mm": 195,
1934
- "body_mass_g": 3650,
1935
- "sex": "FEMALE"
1936
- },
1937
- {
1938
- "species": "Chinstrap",
1939
- "island": "Dream",
1940
- "culmen_length_mm": 55.8,
1941
- "culmen_depth_mm": 19.8,
1942
- "flipper_length_mm": 207,
1943
- "body_mass_g": 4000,
1944
- "sex": "MALE"
1945
- },
1946
- {
1947
- "species": "Chinstrap",
1948
- "island": "Dream",
1949
- "culmen_length_mm": 43.5,
1950
- "culmen_depth_mm": 18.1,
1951
- "flipper_length_mm": 202,
1952
- "body_mass_g": 3400,
1953
- "sex": "FEMALE"
1954
- },
1955
- {
1956
- "species": "Chinstrap",
1957
- "island": "Dream",
1958
- "culmen_length_mm": 49.6,
1959
- "culmen_depth_mm": 18.2,
1960
- "flipper_length_mm": 193,
1961
- "body_mass_g": 3775,
1962
- "sex": "MALE"
1963
- },
1964
- {
1965
- "species": "Chinstrap",
1966
- "island": "Dream",
1967
- "culmen_length_mm": 50.8,
1968
- "culmen_depth_mm": 19,
1969
- "flipper_length_mm": 210,
1970
- "body_mass_g": 4100,
1971
- "sex": "MALE"
1972
- },
1973
- {
1974
- "species": "Chinstrap",
1975
- "island": "Dream",
1976
- "culmen_length_mm": 50.2,
1977
- "culmen_depth_mm": 18.7,
1978
- "flipper_length_mm": 198,
1979
- "body_mass_g": 3775,
1980
- "sex": "FEMALE"
1981
- },
1982
- {
1983
- "species": "Gentoo",
1984
- "island": "Biscoe",
1985
- "culmen_length_mm": 46.1,
1986
- "culmen_depth_mm": 13.2,
1987
- "flipper_length_mm": 211,
1988
- "body_mass_g": 4500,
1989
- "sex": "FEMALE"
1990
- },
1991
- {
1992
- "species": "Gentoo",
1993
- "island": "Biscoe",
1994
- "culmen_length_mm": 50,
1995
- "culmen_depth_mm": 16.3,
1996
- "flipper_length_mm": 230,
1997
- "body_mass_g": 5700,
1998
- "sex": "MALE"
1999
- },
2000
- {
2001
- "species": "Gentoo",
2002
- "island": "Biscoe",
2003
- "culmen_length_mm": 48.7,
2004
- "culmen_depth_mm": 14.1,
2005
- "flipper_length_mm": 210,
2006
- "body_mass_g": 4450,
2007
- "sex": "FEMALE"
2008
- },
2009
- {
2010
- "species": "Gentoo",
2011
- "island": "Biscoe",
2012
- "culmen_length_mm": 50,
2013
- "culmen_depth_mm": 15.2,
2014
- "flipper_length_mm": 218,
2015
- "body_mass_g": 5700,
2016
- "sex": "MALE"
2017
- },
2018
- {
2019
- "species": "Gentoo",
2020
- "island": "Biscoe",
2021
- "culmen_length_mm": 47.6,
2022
- "culmen_depth_mm": 14.5,
2023
- "flipper_length_mm": 215,
2024
- "body_mass_g": 5400,
2025
- "sex": "MALE"
2026
- },
2027
- {
2028
- "species": "Gentoo",
2029
- "island": "Biscoe",
2030
- "culmen_length_mm": 46.5,
2031
- "culmen_depth_mm": 13.5,
2032
- "flipper_length_mm": 210,
2033
- "body_mass_g": 4550,
2034
- "sex": "FEMALE"
2035
- },
2036
- {
2037
- "species": "Gentoo",
2038
- "island": "Biscoe",
2039
- "culmen_length_mm": 45.4,
2040
- "culmen_depth_mm": 14.6,
2041
- "flipper_length_mm": 211,
2042
- "body_mass_g": 4800,
2043
- "sex": "FEMALE"
2044
- },
2045
- {
2046
- "species": "Gentoo",
2047
- "island": "Biscoe",
2048
- "culmen_length_mm": 46.7,
2049
- "culmen_depth_mm": 15.3,
2050
- "flipper_length_mm": 219,
2051
- "body_mass_g": 5200,
2052
- "sex": "MALE"
2053
- },
2054
- {
2055
- "species": "Gentoo",
2056
- "island": "Biscoe",
2057
- "culmen_length_mm": 43.3,
2058
- "culmen_depth_mm": 13.4,
2059
- "flipper_length_mm": 209,
2060
- "body_mass_g": 4400,
2061
- "sex": "FEMALE"
2062
- },
2063
- {
2064
- "species": "Gentoo",
2065
- "island": "Biscoe",
2066
- "culmen_length_mm": 46.8,
2067
- "culmen_depth_mm": 15.4,
2068
- "flipper_length_mm": 215,
2069
- "body_mass_g": 5150,
2070
- "sex": "MALE"
2071
- },
2072
- {
2073
- "species": "Gentoo",
2074
- "island": "Biscoe",
2075
- "culmen_length_mm": 40.9,
2076
- "culmen_depth_mm": 13.7,
2077
- "flipper_length_mm": 214,
2078
- "body_mass_g": 4650,
2079
- "sex": "FEMALE"
2080
- },
2081
- {
2082
- "species": "Gentoo",
2083
- "island": "Biscoe",
2084
- "culmen_length_mm": 49,
2085
- "culmen_depth_mm": 16.1,
2086
- "flipper_length_mm": 216,
2087
- "body_mass_g": 5550,
2088
- "sex": "MALE"
2089
- },
2090
- {
2091
- "species": "Gentoo",
2092
- "island": "Biscoe",
2093
- "culmen_length_mm": 45.5,
2094
- "culmen_depth_mm": 13.7,
2095
- "flipper_length_mm": 214,
2096
- "body_mass_g": 4650,
2097
- "sex": "FEMALE"
2098
- },
2099
- {
2100
- "species": "Gentoo",
2101
- "island": "Biscoe",
2102
- "culmen_length_mm": 48.4,
2103
- "culmen_depth_mm": 14.6,
2104
- "flipper_length_mm": 213,
2105
- "body_mass_g": 5850,
2106
- "sex": "MALE"
2107
- },
2108
- {
2109
- "species": "Gentoo",
2110
- "island": "Biscoe",
2111
- "culmen_length_mm": 45.8,
2112
- "culmen_depth_mm": 14.6,
2113
- "flipper_length_mm": 210,
2114
- "body_mass_g": 4200,
2115
- "sex": "FEMALE"
2116
- },
2117
- {
2118
- "species": "Gentoo",
2119
- "island": "Biscoe",
2120
- "culmen_length_mm": 49.3,
2121
- "culmen_depth_mm": 15.7,
2122
- "flipper_length_mm": 217,
2123
- "body_mass_g": 5850,
2124
- "sex": "MALE"
2125
- },
2126
- {
2127
- "species": "Gentoo",
2128
- "island": "Biscoe",
2129
- "culmen_length_mm": 42,
2130
- "culmen_depth_mm": 13.5,
2131
- "flipper_length_mm": 210,
2132
- "body_mass_g": 4150,
2133
- "sex": "FEMALE"
2134
- },
2135
- {
2136
- "species": "Gentoo",
2137
- "island": "Biscoe",
2138
- "culmen_length_mm": 49.2,
2139
- "culmen_depth_mm": 15.2,
2140
- "flipper_length_mm": 221,
2141
- "body_mass_g": 6300,
2142
- "sex": "MALE"
2143
- },
2144
- {
2145
- "species": "Gentoo",
2146
- "island": "Biscoe",
2147
- "culmen_length_mm": 46.2,
2148
- "culmen_depth_mm": 14.5,
2149
- "flipper_length_mm": 209,
2150
- "body_mass_g": 4800,
2151
- "sex": "FEMALE"
2152
- },
2153
- {
2154
- "species": "Gentoo",
2155
- "island": "Biscoe",
2156
- "culmen_length_mm": 48.7,
2157
- "culmen_depth_mm": 15.1,
2158
- "flipper_length_mm": 222,
2159
- "body_mass_g": 5350,
2160
- "sex": "MALE"
2161
- },
2162
- {
2163
- "species": "Gentoo",
2164
- "island": "Biscoe",
2165
- "culmen_length_mm": 50.2,
2166
- "culmen_depth_mm": 14.3,
2167
- "flipper_length_mm": 218,
2168
- "body_mass_g": 5700,
2169
- "sex": "MALE"
2170
- },
2171
- {
2172
- "species": "Gentoo",
2173
- "island": "Biscoe",
2174
- "culmen_length_mm": 45.1,
2175
- "culmen_depth_mm": 14.5,
2176
- "flipper_length_mm": 215,
2177
- "body_mass_g": 5000,
2178
- "sex": "FEMALE"
2179
- },
2180
- {
2181
- "species": "Gentoo",
2182
- "island": "Biscoe",
2183
- "culmen_length_mm": 46.5,
2184
- "culmen_depth_mm": 14.5,
2185
- "flipper_length_mm": 213,
2186
- "body_mass_g": 4400,
2187
- "sex": "FEMALE"
2188
- },
2189
- {
2190
- "species": "Gentoo",
2191
- "island": "Biscoe",
2192
- "culmen_length_mm": 46.3,
2193
- "culmen_depth_mm": 15.8,
2194
- "flipper_length_mm": 215,
2195
- "body_mass_g": 5050,
2196
- "sex": "MALE"
2197
- },
2198
- {
2199
- "species": "Gentoo",
2200
- "island": "Biscoe",
2201
- "culmen_length_mm": 42.9,
2202
- "culmen_depth_mm": 13.1,
2203
- "flipper_length_mm": 215,
2204
- "body_mass_g": 5000,
2205
- "sex": "FEMALE"
2206
- },
2207
- {
2208
- "species": "Gentoo",
2209
- "island": "Biscoe",
2210
- "culmen_length_mm": 46.1,
2211
- "culmen_depth_mm": 15.1,
2212
- "flipper_length_mm": 215,
2213
- "body_mass_g": 5100,
2214
- "sex": "MALE"
2215
- },
2216
- {
2217
- "species": "Gentoo",
2218
- "island": "Biscoe",
2219
- "culmen_length_mm": 44.5,
2220
- "culmen_depth_mm": 14.3,
2221
- "flipper_length_mm": 216,
2222
- "body_mass_g": 4100,
2223
- "sex": null
2224
- },
2225
- {
2226
- "species": "Gentoo",
2227
- "island": "Biscoe",
2228
- "culmen_length_mm": 47.8,
2229
- "culmen_depth_mm": 15,
2230
- "flipper_length_mm": 215,
2231
- "body_mass_g": 5650,
2232
- "sex": "MALE"
2233
- },
2234
- {
2235
- "species": "Gentoo",
2236
- "island": "Biscoe",
2237
- "culmen_length_mm": 48.2,
2238
- "culmen_depth_mm": 14.3,
2239
- "flipper_length_mm": 210,
2240
- "body_mass_g": 4600,
2241
- "sex": "FEMALE"
2242
- },
2243
- {
2244
- "species": "Gentoo",
2245
- "island": "Biscoe",
2246
- "culmen_length_mm": 50,
2247
- "culmen_depth_mm": 15.3,
2248
- "flipper_length_mm": 220,
2249
- "body_mass_g": 5550,
2250
- "sex": "MALE"
2251
- },
2252
- {
2253
- "species": "Gentoo",
2254
- "island": "Biscoe",
2255
- "culmen_length_mm": 47.3,
2256
- "culmen_depth_mm": 15.3,
2257
- "flipper_length_mm": 222,
2258
- "body_mass_g": 5250,
2259
- "sex": "MALE"
2260
- },
2261
- {
2262
- "species": "Gentoo",
2263
- "island": "Biscoe",
2264
- "culmen_length_mm": 42.8,
2265
- "culmen_depth_mm": 14.2,
2266
- "flipper_length_mm": 209,
2267
- "body_mass_g": 4700,
2268
- "sex": "FEMALE"
2269
- },
2270
- {
2271
- "species": "Gentoo",
2272
- "island": "Biscoe",
2273
- "culmen_length_mm": 45.1,
2274
- "culmen_depth_mm": 14.5,
2275
- "flipper_length_mm": 207,
2276
- "body_mass_g": 5050,
2277
- "sex": "FEMALE"
2278
- },
2279
- {
2280
- "species": "Gentoo",
2281
- "island": "Biscoe",
2282
- "culmen_length_mm": 59.6,
2283
- "culmen_depth_mm": 17,
2284
- "flipper_length_mm": 230,
2285
- "body_mass_g": 6050,
2286
- "sex": "MALE"
2287
- },
2288
- {
2289
- "species": "Gentoo",
2290
- "island": "Biscoe",
2291
- "culmen_length_mm": 49.1,
2292
- "culmen_depth_mm": 14.8,
2293
- "flipper_length_mm": 220,
2294
- "body_mass_g": 5150,
2295
- "sex": "FEMALE"
2296
- },
2297
- {
2298
- "species": "Gentoo",
2299
- "island": "Biscoe",
2300
- "culmen_length_mm": 48.4,
2301
- "culmen_depth_mm": 16.3,
2302
- "flipper_length_mm": 220,
2303
- "body_mass_g": 5400,
2304
- "sex": "MALE"
2305
- },
2306
- {
2307
- "species": "Gentoo",
2308
- "island": "Biscoe",
2309
- "culmen_length_mm": 42.6,
2310
- "culmen_depth_mm": 13.7,
2311
- "flipper_length_mm": 213,
2312
- "body_mass_g": 4950,
2313
- "sex": "FEMALE"
2314
- },
2315
- {
2316
- "species": "Gentoo",
2317
- "island": "Biscoe",
2318
- "culmen_length_mm": 44.4,
2319
- "culmen_depth_mm": 17.3,
2320
- "flipper_length_mm": 219,
2321
- "body_mass_g": 5250,
2322
- "sex": "MALE"
2323
- },
2324
- {
2325
- "species": "Gentoo",
2326
- "island": "Biscoe",
2327
- "culmen_length_mm": 44,
2328
- "culmen_depth_mm": 13.6,
2329
- "flipper_length_mm": 208,
2330
- "body_mass_g": 4350,
2331
- "sex": "FEMALE"
2332
- },
2333
- {
2334
- "species": "Gentoo",
2335
- "island": "Biscoe",
2336
- "culmen_length_mm": 48.7,
2337
- "culmen_depth_mm": 15.7,
2338
- "flipper_length_mm": 208,
2339
- "body_mass_g": 5350,
2340
- "sex": "MALE"
2341
- },
2342
- {
2343
- "species": "Gentoo",
2344
- "island": "Biscoe",
2345
- "culmen_length_mm": 42.7,
2346
- "culmen_depth_mm": 13.7,
2347
- "flipper_length_mm": 208,
2348
- "body_mass_g": 3950,
2349
- "sex": "FEMALE"
2350
- },
2351
- {
2352
- "species": "Gentoo",
2353
- "island": "Biscoe",
2354
- "culmen_length_mm": 49.6,
2355
- "culmen_depth_mm": 16,
2356
- "flipper_length_mm": 225,
2357
- "body_mass_g": 5700,
2358
- "sex": "MALE"
2359
- },
2360
- {
2361
- "species": "Gentoo",
2362
- "island": "Biscoe",
2363
- "culmen_length_mm": 45.3,
2364
- "culmen_depth_mm": 13.7,
2365
- "flipper_length_mm": 210,
2366
- "body_mass_g": 4300,
2367
- "sex": "FEMALE"
2368
- },
2369
- {
2370
- "species": "Gentoo",
2371
- "island": "Biscoe",
2372
- "culmen_length_mm": 49.6,
2373
- "culmen_depth_mm": 15,
2374
- "flipper_length_mm": 216,
2375
- "body_mass_g": 4750,
2376
- "sex": "MALE"
2377
- },
2378
- {
2379
- "species": "Gentoo",
2380
- "island": "Biscoe",
2381
- "culmen_length_mm": 50.5,
2382
- "culmen_depth_mm": 15.9,
2383
- "flipper_length_mm": 222,
2384
- "body_mass_g": 5550,
2385
- "sex": "MALE"
2386
- },
2387
- {
2388
- "species": "Gentoo",
2389
- "island": "Biscoe",
2390
- "culmen_length_mm": 43.6,
2391
- "culmen_depth_mm": 13.9,
2392
- "flipper_length_mm": 217,
2393
- "body_mass_g": 4900,
2394
- "sex": "FEMALE"
2395
- },
2396
- {
2397
- "species": "Gentoo",
2398
- "island": "Biscoe",
2399
- "culmen_length_mm": 45.5,
2400
- "culmen_depth_mm": 13.9,
2401
- "flipper_length_mm": 210,
2402
- "body_mass_g": 4200,
2403
- "sex": "FEMALE"
2404
- },
2405
- {
2406
- "species": "Gentoo",
2407
- "island": "Biscoe",
2408
- "culmen_length_mm": 50.5,
2409
- "culmen_depth_mm": 15.9,
2410
- "flipper_length_mm": 225,
2411
- "body_mass_g": 5400,
2412
- "sex": "MALE"
2413
- },
2414
- {
2415
- "species": "Gentoo",
2416
- "island": "Biscoe",
2417
- "culmen_length_mm": 44.9,
2418
- "culmen_depth_mm": 13.3,
2419
- "flipper_length_mm": 213,
2420
- "body_mass_g": 5100,
2421
- "sex": "FEMALE"
2422
- },
2423
- {
2424
- "species": "Gentoo",
2425
- "island": "Biscoe",
2426
- "culmen_length_mm": 45.2,
2427
- "culmen_depth_mm": 15.8,
2428
- "flipper_length_mm": 215,
2429
- "body_mass_g": 5300,
2430
- "sex": "MALE"
2431
- },
2432
- {
2433
- "species": "Gentoo",
2434
- "island": "Biscoe",
2435
- "culmen_length_mm": 46.6,
2436
- "culmen_depth_mm": 14.2,
2437
- "flipper_length_mm": 210,
2438
- "body_mass_g": 4850,
2439
- "sex": "FEMALE"
2440
- },
2441
- {
2442
- "species": "Gentoo",
2443
- "island": "Biscoe",
2444
- "culmen_length_mm": 48.5,
2445
- "culmen_depth_mm": 14.1,
2446
- "flipper_length_mm": 220,
2447
- "body_mass_g": 5300,
2448
- "sex": "MALE"
2449
- },
2450
- {
2451
- "species": "Gentoo",
2452
- "island": "Biscoe",
2453
- "culmen_length_mm": 45.1,
2454
- "culmen_depth_mm": 14.4,
2455
- "flipper_length_mm": 210,
2456
- "body_mass_g": 4400,
2457
- "sex": "FEMALE"
2458
- },
2459
- {
2460
- "species": "Gentoo",
2461
- "island": "Biscoe",
2462
- "culmen_length_mm": 50.1,
2463
- "culmen_depth_mm": 15,
2464
- "flipper_length_mm": 225,
2465
- "body_mass_g": 5000,
2466
- "sex": "MALE"
2467
- },
2468
- {
2469
- "species": "Gentoo",
2470
- "island": "Biscoe",
2471
- "culmen_length_mm": 46.5,
2472
- "culmen_depth_mm": 14.4,
2473
- "flipper_length_mm": 217,
2474
- "body_mass_g": 4900,
2475
- "sex": "FEMALE"
2476
- },
2477
- {
2478
- "species": "Gentoo",
2479
- "island": "Biscoe",
2480
- "culmen_length_mm": 45,
2481
- "culmen_depth_mm": 15.4,
2482
- "flipper_length_mm": 220,
2483
- "body_mass_g": 5050,
2484
- "sex": "MALE"
2485
- },
2486
- {
2487
- "species": "Gentoo",
2488
- "island": "Biscoe",
2489
- "culmen_length_mm": 43.8,
2490
- "culmen_depth_mm": 13.9,
2491
- "flipper_length_mm": 208,
2492
- "body_mass_g": 4300,
2493
- "sex": "FEMALE"
2494
- },
2495
- {
2496
- "species": "Gentoo",
2497
- "island": "Biscoe",
2498
- "culmen_length_mm": 45.5,
2499
- "culmen_depth_mm": 15,
2500
- "flipper_length_mm": 220,
2501
- "body_mass_g": 5000,
2502
- "sex": "MALE"
2503
- },
2504
- {
2505
- "species": "Gentoo",
2506
- "island": "Biscoe",
2507
- "culmen_length_mm": 43.2,
2508
- "culmen_depth_mm": 14.5,
2509
- "flipper_length_mm": 208,
2510
- "body_mass_g": 4450,
2511
- "sex": "FEMALE"
2512
- },
2513
- {
2514
- "species": "Gentoo",
2515
- "island": "Biscoe",
2516
- "culmen_length_mm": 50.4,
2517
- "culmen_depth_mm": 15.3,
2518
- "flipper_length_mm": 224,
2519
- "body_mass_g": 5550,
2520
- "sex": "MALE"
2521
- },
2522
- {
2523
- "species": "Gentoo",
2524
- "island": "Biscoe",
2525
- "culmen_length_mm": 45.3,
2526
- "culmen_depth_mm": 13.8,
2527
- "flipper_length_mm": 208,
2528
- "body_mass_g": 4200,
2529
- "sex": "FEMALE"
2530
- },
2531
- {
2532
- "species": "Gentoo",
2533
- "island": "Biscoe",
2534
- "culmen_length_mm": 46.2,
2535
- "culmen_depth_mm": 14.9,
2536
- "flipper_length_mm": 221,
2537
- "body_mass_g": 5300,
2538
- "sex": "MALE"
2539
- },
2540
- {
2541
- "species": "Gentoo",
2542
- "island": "Biscoe",
2543
- "culmen_length_mm": 45.7,
2544
- "culmen_depth_mm": 13.9,
2545
- "flipper_length_mm": 214,
2546
- "body_mass_g": 4400,
2547
- "sex": "FEMALE"
2548
- },
2549
- {
2550
- "species": "Gentoo",
2551
- "island": "Biscoe",
2552
- "culmen_length_mm": 54.3,
2553
- "culmen_depth_mm": 15.7,
2554
- "flipper_length_mm": 231,
2555
- "body_mass_g": 5650,
2556
- "sex": "MALE"
2557
- },
2558
- {
2559
- "species": "Gentoo",
2560
- "island": "Biscoe",
2561
- "culmen_length_mm": 45.8,
2562
- "culmen_depth_mm": 14.2,
2563
- "flipper_length_mm": 219,
2564
- "body_mass_g": 4700,
2565
- "sex": "FEMALE"
2566
- },
2567
- {
2568
- "species": "Gentoo",
2569
- "island": "Biscoe",
2570
- "culmen_length_mm": 49.8,
2571
- "culmen_depth_mm": 16.8,
2572
- "flipper_length_mm": 230,
2573
- "body_mass_g": 5700,
2574
- "sex": "MALE"
2575
- },
2576
- {
2577
- "species": "Gentoo",
2578
- "island": "Biscoe",
2579
- "culmen_length_mm": 46.2,
2580
- "culmen_depth_mm": 14.4,
2581
- "flipper_length_mm": 214,
2582
- "body_mass_g": 4650,
2583
- "sex": null
2584
- },
2585
- {
2586
- "species": "Gentoo",
2587
- "island": "Biscoe",
2588
- "culmen_length_mm": 49.5,
2589
- "culmen_depth_mm": 16.2,
2590
- "flipper_length_mm": 229,
2591
- "body_mass_g": 5800,
2592
- "sex": "MALE"
2593
- },
2594
- {
2595
- "species": "Gentoo",
2596
- "island": "Biscoe",
2597
- "culmen_length_mm": 43.5,
2598
- "culmen_depth_mm": 14.2,
2599
- "flipper_length_mm": 220,
2600
- "body_mass_g": 4700,
2601
- "sex": "FEMALE"
2602
- },
2603
- {
2604
- "species": "Gentoo",
2605
- "island": "Biscoe",
2606
- "culmen_length_mm": 50.7,
2607
- "culmen_depth_mm": 15,
2608
- "flipper_length_mm": 223,
2609
- "body_mass_g": 5550,
2610
- "sex": "MALE"
2611
- },
2612
- {
2613
- "species": "Gentoo",
2614
- "island": "Biscoe",
2615
- "culmen_length_mm": 47.7,
2616
- "culmen_depth_mm": 15,
2617
- "flipper_length_mm": 216,
2618
- "body_mass_g": 4750,
2619
- "sex": "FEMALE"
2620
- },
2621
- {
2622
- "species": "Gentoo",
2623
- "island": "Biscoe",
2624
- "culmen_length_mm": 46.4,
2625
- "culmen_depth_mm": 15.6,
2626
- "flipper_length_mm": 221,
2627
- "body_mass_g": 5000,
2628
- "sex": "MALE"
2629
- },
2630
- {
2631
- "species": "Gentoo",
2632
- "island": "Biscoe",
2633
- "culmen_length_mm": 48.2,
2634
- "culmen_depth_mm": 15.6,
2635
- "flipper_length_mm": 221,
2636
- "body_mass_g": 5100,
2637
- "sex": "MALE"
2638
- },
2639
- {
2640
- "species": "Gentoo",
2641
- "island": "Biscoe",
2642
- "culmen_length_mm": 46.5,
2643
- "culmen_depth_mm": 14.8,
2644
- "flipper_length_mm": 217,
2645
- "body_mass_g": 5200,
2646
- "sex": "FEMALE"
2647
- },
2648
- {
2649
- "species": "Gentoo",
2650
- "island": "Biscoe",
2651
- "culmen_length_mm": 46.4,
2652
- "culmen_depth_mm": 15,
2653
- "flipper_length_mm": 216,
2654
- "body_mass_g": 4700,
2655
- "sex": "FEMALE"
2656
- },
2657
- {
2658
- "species": "Gentoo",
2659
- "island": "Biscoe",
2660
- "culmen_length_mm": 48.6,
2661
- "culmen_depth_mm": 16,
2662
- "flipper_length_mm": 230,
2663
- "body_mass_g": 5800,
2664
- "sex": "MALE"
2665
- },
2666
- {
2667
- "species": "Gentoo",
2668
- "island": "Biscoe",
2669
- "culmen_length_mm": 47.5,
2670
- "culmen_depth_mm": 14.2,
2671
- "flipper_length_mm": 209,
2672
- "body_mass_g": 4600,
2673
- "sex": "FEMALE"
2674
- },
2675
- {
2676
- "species": "Gentoo",
2677
- "island": "Biscoe",
2678
- "culmen_length_mm": 51.1,
2679
- "culmen_depth_mm": 16.3,
2680
- "flipper_length_mm": 220,
2681
- "body_mass_g": 6000,
2682
- "sex": "MALE"
2683
- },
2684
- {
2685
- "species": "Gentoo",
2686
- "island": "Biscoe",
2687
- "culmen_length_mm": 45.2,
2688
- "culmen_depth_mm": 13.8,
2689
- "flipper_length_mm": 215,
2690
- "body_mass_g": 4750,
2691
- "sex": "FEMALE"
2692
- },
2693
- {
2694
- "species": "Gentoo",
2695
- "island": "Biscoe",
2696
- "culmen_length_mm": 45.2,
2697
- "culmen_depth_mm": 16.4,
2698
- "flipper_length_mm": 223,
2699
- "body_mass_g": 5950,
2700
- "sex": "MALE"
2701
- },
2702
- {
2703
- "species": "Gentoo",
2704
- "island": "Biscoe",
2705
- "culmen_length_mm": 49.1,
2706
- "culmen_depth_mm": 14.5,
2707
- "flipper_length_mm": 212,
2708
- "body_mass_g": 4625,
2709
- "sex": "FEMALE"
2710
- },
2711
- {
2712
- "species": "Gentoo",
2713
- "island": "Biscoe",
2714
- "culmen_length_mm": 52.5,
2715
- "culmen_depth_mm": 15.6,
2716
- "flipper_length_mm": 221,
2717
- "body_mass_g": 5450,
2718
- "sex": "MALE"
2719
- },
2720
- {
2721
- "species": "Gentoo",
2722
- "island": "Biscoe",
2723
- "culmen_length_mm": 47.4,
2724
- "culmen_depth_mm": 14.6,
2725
- "flipper_length_mm": 212,
2726
- "body_mass_g": 4725,
2727
- "sex": "FEMALE"
2728
- },
2729
- {
2730
- "species": "Gentoo",
2731
- "island": "Biscoe",
2732
- "culmen_length_mm": 50,
2733
- "culmen_depth_mm": 15.9,
2734
- "flipper_length_mm": 224,
2735
- "body_mass_g": 5350,
2736
- "sex": "MALE"
2737
- },
2738
- {
2739
- "species": "Gentoo",
2740
- "island": "Biscoe",
2741
- "culmen_length_mm": 44.9,
2742
- "culmen_depth_mm": 13.8,
2743
- "flipper_length_mm": 212,
2744
- "body_mass_g": 4750,
2745
- "sex": "FEMALE"
2746
- },
2747
- {
2748
- "species": "Gentoo",
2749
- "island": "Biscoe",
2750
- "culmen_length_mm": 50.8,
2751
- "culmen_depth_mm": 17.3,
2752
- "flipper_length_mm": 228,
2753
- "body_mass_g": 5600,
2754
- "sex": "MALE"
2755
- },
2756
- {
2757
- "species": "Gentoo",
2758
- "island": "Biscoe",
2759
- "culmen_length_mm": 43.4,
2760
- "culmen_depth_mm": 14.4,
2761
- "flipper_length_mm": 218,
2762
- "body_mass_g": 4600,
2763
- "sex": "FEMALE"
2764
- },
2765
- {
2766
- "species": "Gentoo",
2767
- "island": "Biscoe",
2768
- "culmen_length_mm": 51.3,
2769
- "culmen_depth_mm": 14.2,
2770
- "flipper_length_mm": 218,
2771
- "body_mass_g": 5300,
2772
- "sex": "MALE"
2773
- },
2774
- {
2775
- "species": "Gentoo",
2776
- "island": "Biscoe",
2777
- "culmen_length_mm": 47.5,
2778
- "culmen_depth_mm": 14,
2779
- "flipper_length_mm": 212,
2780
- "body_mass_g": 4875,
2781
- "sex": "FEMALE"
2782
- },
2783
- {
2784
- "species": "Gentoo",
2785
- "island": "Biscoe",
2786
- "culmen_length_mm": 52.1,
2787
- "culmen_depth_mm": 17,
2788
- "flipper_length_mm": 230,
2789
- "body_mass_g": 5550,
2790
- "sex": "MALE"
2791
- },
2792
- {
2793
- "species": "Gentoo",
2794
- "island": "Biscoe",
2795
- "culmen_length_mm": 47.5,
2796
- "culmen_depth_mm": 15,
2797
- "flipper_length_mm": 218,
2798
- "body_mass_g": 4950,
2799
- "sex": "FEMALE"
2800
- },
2801
- {
2802
- "species": "Gentoo",
2803
- "island": "Biscoe",
2804
- "culmen_length_mm": 52.2,
2805
- "culmen_depth_mm": 17.1,
2806
- "flipper_length_mm": 228,
2807
- "body_mass_g": 5400,
2808
- "sex": "MALE"
2809
- },
2810
- {
2811
- "species": "Gentoo",
2812
- "island": "Biscoe",
2813
- "culmen_length_mm": 45.5,
2814
- "culmen_depth_mm": 14.5,
2815
- "flipper_length_mm": 212,
2816
- "body_mass_g": 4750,
2817
- "sex": "FEMALE"
2818
- },
2819
- {
2820
- "species": "Gentoo",
2821
- "island": "Biscoe",
2822
- "culmen_length_mm": 49.5,
2823
- "culmen_depth_mm": 16.1,
2824
- "flipper_length_mm": 224,
2825
- "body_mass_g": 5650,
2826
- "sex": "MALE"
2827
- },
2828
- {
2829
- "species": "Gentoo",
2830
- "island": "Biscoe",
2831
- "culmen_length_mm": 44.5,
2832
- "culmen_depth_mm": 14.7,
2833
- "flipper_length_mm": 214,
2834
- "body_mass_g": 4850,
2835
- "sex": "FEMALE"
2836
- },
2837
- {
2838
- "species": "Gentoo",
2839
- "island": "Biscoe",
2840
- "culmen_length_mm": 50.8,
2841
- "culmen_depth_mm": 15.7,
2842
- "flipper_length_mm": 226,
2843
- "body_mass_g": 5200,
2844
- "sex": "MALE"
2845
- },
2846
- {
2847
- "species": "Gentoo",
2848
- "island": "Biscoe",
2849
- "culmen_length_mm": 49.4,
2850
- "culmen_depth_mm": 15.8,
2851
- "flipper_length_mm": 216,
2852
- "body_mass_g": 4925,
2853
- "sex": "MALE"
2854
- },
2855
- {
2856
- "species": "Gentoo",
2857
- "island": "Biscoe",
2858
- "culmen_length_mm": 46.9,
2859
- "culmen_depth_mm": 14.6,
2860
- "flipper_length_mm": 222,
2861
- "body_mass_g": 4875,
2862
- "sex": "FEMALE"
2863
- },
2864
- {
2865
- "species": "Gentoo",
2866
- "island": "Biscoe",
2867
- "culmen_length_mm": 48.4,
2868
- "culmen_depth_mm": 14.4,
2869
- "flipper_length_mm": 203,
2870
- "body_mass_g": 4625,
2871
- "sex": "FEMALE"
2872
- },
2873
- {
2874
- "species": "Gentoo",
2875
- "island": "Biscoe",
2876
- "culmen_length_mm": 51.1,
2877
- "culmen_depth_mm": 16.5,
2878
- "flipper_length_mm": 225,
2879
- "body_mass_g": 5250,
2880
- "sex": "MALE"
2881
- },
2882
- {
2883
- "species": "Gentoo",
2884
- "island": "Biscoe",
2885
- "culmen_length_mm": 48.5,
2886
- "culmen_depth_mm": 15,
2887
- "flipper_length_mm": 219,
2888
- "body_mass_g": 4850,
2889
- "sex": "FEMALE"
2890
- },
2891
- {
2892
- "species": "Gentoo",
2893
- "island": "Biscoe",
2894
- "culmen_length_mm": 55.9,
2895
- "culmen_depth_mm": 17,
2896
- "flipper_length_mm": 228,
2897
- "body_mass_g": 5600,
2898
- "sex": "MALE"
2899
- },
2900
- {
2901
- "species": "Gentoo",
2902
- "island": "Biscoe",
2903
- "culmen_length_mm": 47.2,
2904
- "culmen_depth_mm": 15.5,
2905
- "flipper_length_mm": 215,
2906
- "body_mass_g": 4975,
2907
- "sex": "FEMALE"
2908
- },
2909
- {
2910
- "species": "Gentoo",
2911
- "island": "Biscoe",
2912
- "culmen_length_mm": 49.1,
2913
- "culmen_depth_mm": 15,
2914
- "flipper_length_mm": 228,
2915
- "body_mass_g": 5500,
2916
- "sex": "MALE"
2917
- },
2918
- {
2919
- "species": "Gentoo",
2920
- "island": "Biscoe",
2921
- "culmen_length_mm": 47.3,
2922
- "culmen_depth_mm": 13.8,
2923
- "flipper_length_mm": 216,
2924
- "body_mass_g": 4725,
2925
- "sex": null
2926
- },
2927
- {
2928
- "species": "Gentoo",
2929
- "island": "Biscoe",
2930
- "culmen_length_mm": 46.8,
2931
- "culmen_depth_mm": 16.1,
2932
- "flipper_length_mm": 215,
2933
- "body_mass_g": 5500,
2934
- "sex": "MALE"
2935
- },
2936
- {
2937
- "species": "Gentoo",
2938
- "island": "Biscoe",
2939
- "culmen_length_mm": 41.7,
2940
- "culmen_depth_mm": 14.7,
2941
- "flipper_length_mm": 210,
2942
- "body_mass_g": 4700,
2943
- "sex": "FEMALE"
2944
- },
2945
- {
2946
- "species": "Gentoo",
2947
- "island": "Biscoe",
2948
- "culmen_length_mm": 53.4,
2949
- "culmen_depth_mm": 15.8,
2950
- "flipper_length_mm": 219,
2951
- "body_mass_g": 5500,
2952
- "sex": "MALE"
2953
- },
2954
- {
2955
- "species": "Gentoo",
2956
- "island": "Biscoe",
2957
- "culmen_length_mm": 43.3,
2958
- "culmen_depth_mm": 14,
2959
- "flipper_length_mm": 208,
2960
- "body_mass_g": 4575,
2961
- "sex": "FEMALE"
2962
- },
2963
- {
2964
- "species": "Gentoo",
2965
- "island": "Biscoe",
2966
- "culmen_length_mm": 48.1,
2967
- "culmen_depth_mm": 15.1,
2968
- "flipper_length_mm": 209,
2969
- "body_mass_g": 5500,
2970
- "sex": "MALE"
2971
- },
2972
- {
2973
- "species": "Gentoo",
2974
- "island": "Biscoe",
2975
- "culmen_length_mm": 50.5,
2976
- "culmen_depth_mm": 15.2,
2977
- "flipper_length_mm": 216,
2978
- "body_mass_g": 5000,
2979
- "sex": "FEMALE"
2980
- },
2981
- {
2982
- "species": "Gentoo",
2983
- "island": "Biscoe",
2984
- "culmen_length_mm": 49.8,
2985
- "culmen_depth_mm": 15.9,
2986
- "flipper_length_mm": 229,
2987
- "body_mass_g": 5950,
2988
- "sex": "MALE"
2989
- },
2990
- {
2991
- "species": "Gentoo",
2992
- "island": "Biscoe",
2993
- "culmen_length_mm": 43.5,
2994
- "culmen_depth_mm": 15.2,
2995
- "flipper_length_mm": 213,
2996
- "body_mass_g": 4650,
2997
- "sex": "FEMALE"
2998
- },
2999
- {
3000
- "species": "Gentoo",
3001
- "island": "Biscoe",
3002
- "culmen_length_mm": 51.5,
3003
- "culmen_depth_mm": 16.3,
3004
- "flipper_length_mm": 230,
3005
- "body_mass_g": 5500,
3006
- "sex": "MALE"
3007
- },
3008
- {
3009
- "species": "Gentoo",
3010
- "island": "Biscoe",
3011
- "culmen_length_mm": 46.2,
3012
- "culmen_depth_mm": 14.1,
3013
- "flipper_length_mm": 217,
3014
- "body_mass_g": 4375,
3015
- "sex": "FEMALE"
3016
- },
3017
- {
3018
- "species": "Gentoo",
3019
- "island": "Biscoe",
3020
- "culmen_length_mm": 55.1,
3021
- "culmen_depth_mm": 16,
3022
- "flipper_length_mm": 230,
3023
- "body_mass_g": 5850,
3024
- "sex": "MALE"
3025
- },
3026
- {
3027
- "species": "Gentoo",
3028
- "island": "Biscoe",
3029
- "culmen_length_mm": 44.5,
3030
- "culmen_depth_mm": 15.7,
3031
- "flipper_length_mm": 217,
3032
- "body_mass_g": 4875,
3033
- "sex": null
3034
- },
3035
- {
3036
- "species": "Gentoo",
3037
- "island": "Biscoe",
3038
- "culmen_length_mm": 48.8,
3039
- "culmen_depth_mm": 16.2,
3040
- "flipper_length_mm": 222,
3041
- "body_mass_g": 6000,
3042
- "sex": "MALE"
3043
- },
3044
- {
3045
- "species": "Gentoo",
3046
- "island": "Biscoe",
3047
- "culmen_length_mm": 47.2,
3048
- "culmen_depth_mm": 13.7,
3049
- "flipper_length_mm": 214,
3050
- "body_mass_g": 4925,
3051
- "sex": "FEMALE"
3052
- },
3053
- {
3054
- "species": "Gentoo",
3055
- "island": "Biscoe",
3056
- "culmen_length_mm": null,
3057
- "culmen_depth_mm": null,
3058
- "flipper_length_mm": null,
3059
- "body_mass_g": null,
3060
- "sex": null
3061
- },
3062
- {
3063
- "species": "Gentoo",
3064
- "island": "Biscoe",
3065
- "culmen_length_mm": 46.8,
3066
- "culmen_depth_mm": 14.3,
3067
- "flipper_length_mm": 215,
3068
- "body_mass_g": 4850,
3069
- "sex": "FEMALE"
3070
- },
3071
- {
3072
- "species": "Gentoo",
3073
- "island": "Biscoe",
3074
- "culmen_length_mm": 50.4,
3075
- "culmen_depth_mm": 15.7,
3076
- "flipper_length_mm": 222,
3077
- "body_mass_g": 5750,
3078
- "sex": "MALE"
3079
- },
3080
- {
3081
- "species": "Gentoo",
3082
- "island": "Biscoe",
3083
- "culmen_length_mm": 45.2,
3084
- "culmen_depth_mm": 14.8,
3085
- "flipper_length_mm": 212,
3086
- "body_mass_g": 5200,
3087
- "sex": "FEMALE"
3088
- },
3089
- {
3090
- "species": "Gentoo",
3091
- "island": "Biscoe",
3092
- "culmen_length_mm": 49.9,
3093
- "culmen_depth_mm": 16.1,
3094
- "flipper_length_mm": 213,
3095
- "body_mass_g": 5400,
3096
- "sex": "MALE"
3097
- }
3098
- ]