Skip to content

Commit 030759c

Browse files
authored
Fix three uses of "data table" (#2852)
1 parent 03f0629 commit 030759c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/join/composer.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ change in future releases.
648648
matched; if equal to `:notequal` then missings are dropped in `df2` `on` columns;
649649
`isequal` is used for comparisons of rows for equality
650650
651-
All columns of the returned data table will support missing values.
651+
All columns of the returned data frame will support missing values.
652652
653653
It is not allowed to join on columns that contain `NaN` or `-0.0` in real or
654654
imaginary part of the number. If you need to perform a join on such values use
@@ -795,7 +795,7 @@ change in future releases.
795795
matched; if equal to `:notequal` then missings are dropped in `df1` `on` columns;
796796
`isequal` is used for comparisons of rows for equality
797797
798-
All columns of the returned data table will support missing values.
798+
All columns of the returned data frame will support missing values.
799799
800800
It is not allowed to join on columns that contain `NaN` or `-0.0` in real or
801801
imaginary part of the number. If you need to perform a join on such values use
@@ -946,7 +946,7 @@ This behavior may change in future releases.
946946
in `on` columns; if equal to `:equal` then `missing` is allowed and missings are
947947
matched; `isequal` is used for comparisons of rows for equality
948948
949-
All columns of the returned data table will support missing values.
949+
All columns of the returned data frame will support missing values.
950950
951951
It is not allowed to join on columns that contain `NaN` or `-0.0` in real or
952952
imaginary part of the number. If you need to perform a join on such values use

0 commit comments

Comments
 (0)