dkuReadDataset() read NA values

Povilas
Level 2
dkuReadDataset() read NA values
My dataset is full of empty values which are denoted as string "NULL". Is there any way to interpret those values as NAs when I reading dataset with dkuReadDataset()?

Same as it is with function read_excel(file_path, na=c("NULL"))
0 Kudos
1 Reply
Clรฉment_Stenac
Hi,

There is no option like that in dkuReadDataset, but you should be able to do something like df[df == "NULL"] <- NA afterwards
0 Kudos

Labels

?
Labels (2)
A banner prompting to get Dataiku