Skip to content

Commit d3031eb

Browse files
committed
change nan to NaN in the list of missingValues
1 parent 5904912 commit d3031eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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"
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"
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"
334334
],
335335
"primaryKey": "observationID",
336336
"foreignKeys": [

0 commit comments

Comments
 (0)