Skip to content

Commit f2812b8

Browse files
committed
Update missing.md
1 parent 6930b35 commit f2812b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/man/missing.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# How InMemoryDatasets treats missing values?
22

3+
## Comparing data sets
4+
5+
`==` of two data sets or two columns fall back to `isequal`.
6+
37
## Every column supports `missing`
48

59
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

Comments
 (0)