`coalesce` no longer works as you describe. It must returns the first item that is missing. You must perhaps have left out `map(...)`? Sadly, I had to do: ` df[ismissing.(df.mycol),:mycol] = "" # or whatever substitute value is appropriate. `
coalesceno longer works as you describe. It must returns the first item that is missing. You must perhaps have left outmap(...)?Sadly, I had to do:
df[ismissing.(df.mycol),:mycol] = "" # or whatever substitute value is appropriate.