Skip to content

Commit

Permalink
Update R/dataframe__frame.R
Browse files Browse the repository at this point in the history
Co-authored-by: Etienne Bacher <[email protected]>
  • Loading branch information
eitsupi and etiennebacher authored Oct 26, 2023
1 parent 93c36fc commit cfb5ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/dataframe__frame.R
Original file line number Diff line number Diff line change
Expand Up @@ -1694,8 +1694,8 @@ DataFrame_sample = function(
#' @details
#' This is a very expensive operation.
#'
#' If you need to perform non foldable (see fold / reduce) row operations like median.
#' Transpose may be the fastest option, for that.
#' Transpose may be the fastest option to perform non foldable (see `fold()` or `reduce()`)
#' row operations like median.
#'
#' Polars transpose is currently eager only, likely because it is not trivial to deduce the schema.
#'
Expand Down

0 comments on commit cfb5ee3

Please sign in to comment.