I don’t think there is a way to make the "" become 0 instead of missing when you read it in.
But rather than replace you can use coalesce.(df.x, 0)
I don’t think there is a way to make the "" become 0 instead of missing when you read it in.
But rather than replace you can use coalesce.(df.x, 0)