Skip to content

Commit

Permalink
[@ref] => (@ref) (#3325)
Browse files Browse the repository at this point in the history
  • Loading branch information
likanzhan authored May 6, 2023
1 parent 3909f13 commit 807e600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/abstractdataframe/selection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const TRANSFORMATION_COMMON_RULES =
As a special rule, with the `cols => function` and `cols => function =>
target_cols` syntaxes, if `cols` is wrapped in an `AsTable`
object then a `NamedTuple` containing columns selected by `cols` is passed to
`function`. The documentation of [`DataFrames.table_transformation`][@ref] provides
`function`. The documentation of [`DataFrames.table_transformation`](@ref) provides
more information about this functionality, in particular covering performance
considerations.
Expand Down Expand Up @@ -218,7 +218,7 @@ const TRANSFORMATION_COMMON_RULES =
also holds for `DataFrame` inputs.
In order to improve the performance of the operations some transformations
invoke optimized implementation, see [`table_transformation`](@ref) for details.
invoke optimized implementation, see [`DataFrames.table_transformation`](@ref) for details.
"""

broadcast_pair(df::AbstractDataFrame, @nospecialize(p::Any)) = p
Expand Down

0 comments on commit 807e600

Please sign in to comment.