rafapereirabr commented on issue #37529:
URL: https://github.com/apache/arrow/issues/37529#issuecomment-1704287318

   Hi @eitsupi .  Indeed, it works fine when using `across`. Thanks for the 
clarification. Closing the issue.
   
   ```
   arrwT |>
     dplyr::mutate(dplyr::across(all_of(cols_to_change), ~ if_else(.x >200, 
'Yes', 'No')))
   
   arrwT |>
     dplyr::mutate(dplyr::across(all_of(cols_to_change), ~ fchange(.x)))
   ```
   
   ps. `arrow` is an incredible package. Thanks for such a great contribution.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to