"Convert NAs" option in the "Import data" screen

Hi,

Would it be possible to add a “Convert NA” option in the “import data” screen, as in RStudio?

I find it useful. Mutate_if + coalesce are not very easy to use.

Kind regards.

You can do it today.

Also, with the latest version, v3.0, there is ‘Convert to NA’ function, which will do that for all the columns from UI. So you don’t need ‘mutate_if’, ‘coalesce’ anymore! With v2.5, it’s not from UI, but you can still call the function from Command Line mode.

1 Like

Great reactivity ! Tanx !

1 Like