Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Milan Bouchet-Valat <[email protected]>
  • Loading branch information
bkamins and nalimilan authored Sep 25, 2023
1 parent f5e0768 commit 534ea94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/abstractdataframe/abstractdataframe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Each name is changed at most once. Permutation of names is allowed.
- `df` : the `AbstractDataFrame`
- `d` : an `AbstractDict` or an `AbstractVector` of `Pair`s that maps
the original names or column numbers to new names
- `f` : a function which for each column selected by `cols` keyword argument
- `f` : a function which for each column selected by the `cols` keyword argument
takes the old name as a `String`
and returns the new name that gets converted to a `Symbol`; the `cols`
column selector can be any value accepted as column selector by the `names` function
Expand Down Expand Up @@ -283,7 +283,7 @@ Each name is changed at most once. Permutation of names is allowed.
only allowed if it was created using `:` as a column selector.
- `d` : an `AbstractDict` or an `AbstractVector` of `Pair`s that maps
the original names or column numbers to new names
- `f` : a function which for each column selected by `cols` keyword argument
- `f` : a function which for each column selected by the `cols` keyword argument
takes the old name as a `String`
and returns the new name that gets converted to a `Symbol`; the `cols`
column selector can be any value accepted as column selector by the `names` function
Expand Down

0 comments on commit 534ea94

Please sign in to comment.