79667685

Date: 2025-06-16 13:18:55
Score: 0.5
Natty:
Report link

I use dplyr for this which makes it very simple. Tibbles are great but works on data frame too.


data |> mutate( across(where(is.character), ~na_if(., "NA")) )
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Miguel Trias