Skip to content

Commit e895fff

Browse files
committed
add nan to the list
1 parent d3031eb commit e895fff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

camtrap-dp-profile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "object",
66
"$defs": {
77
"version": {
8-
"pattern": "parquet"
8+
"pattern": "1\\.0\\.1"
99
}
1010
},
1111
"allOf": [

deployments-table-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
}
280280
],
281281
"missingValues": [
282-
"", "NA", "NaN"
282+
"", "NA", "NaN", "nan"
283283
],
284284
"primaryKey": "deploymentID"
285285
}

media-table-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
}
121121
],
122122
"missingValues": [
123-
"", "NA", "NaN"
123+
"", "NA", "NaN", "nan"
124124
],
125125
"primaryKey": "mediaID",
126126
"foreignKeys": [

observations-table-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
}
331331
],
332332
"missingValues": [
333-
"", "NA", "NaN"
333+
"", "NA", "NaN", "nan"
334334
],
335335
"primaryKey": "observationID",
336336
"foreignKeys": [

0 commit comments

Comments
 (0)