Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[@ref] => (@ref) #3325

Merged
merged 1 commit into from
May 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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