Julia Programming Language
Debugging a script to replace NaN or -999 values with missing values
General Usage
question
fgerick
October 22, 2021, 1:54pm
4
You want to use
B = Matrix{Union{Float64,Missing}}(B)
.
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Trapped in a int -> missing -> float loop
General Usage
10
388
December 13, 2022
How to convert a column of a dataframe to an array of Float64
General Usage
question
3
1320
June 3, 2018
I have a DataFrame with multiple columns of type Union{Missing, String}. What is the most concise manner of converting the non-missing values in Float?
General Usage
2
599
January 29, 2021
Broadcasting nothing to DataFrame entries raises MethodError
New to Julia
5
303
August 15, 2021
Insert missing/nan elements in BitMatrix
General Usage
2
398
April 28, 2021