You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/man/missing.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# How InMemoryDatasets treats missing values?
2
2
3
+
## Comparing data sets
4
+
5
+
`==` of two data sets or two columns fall back to `isequal`.
6
+
3
7
## Every column supports `missing`
4
8
5
9
The `Dataset()` constructor automatically converts each column of a data set to allow `missing` when constructs a data set. All algorithms in InMemoryDatasets are optimised to minimised the overhead of supporting `missing` type.
0 commit comments