Skip to content

Commit

Permalink
Improve docstring addition explaining categorical array level ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
cjprybol committed Oct 26, 2017
1 parent 1d92fa7 commit de9a640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstractdataframe/join.jl
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ For the three join operations that may introduce missing values (`:outer`, `:lef
and `:right`), all columns of the returned data table will be nullable.
When merging `on` categorical columns that differ in the ordering of their levels, the
ordering of the left dataframe will take precedent over the ordering of the right dataframe
ordering of the left `DataFrame` takes precedence over the ordering of the right `DataFrame`
### Result
Expand Down

0 comments on commit de9a640

Please sign in to comment.