Handling None -> Missing conversions in matrices
Open
- Dominant language
- Julia
- Stars
- 1.5k
- Forks
- 186
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I have noticed that trying to convert a numpy array containing `None` to a `Matrix{Union{Missing, Float64}}` does not work smoothly. Indeed, it gives the following error: `TypeError('must be real number, not NoneType')`.
Have you ever encountered this issue before? Are there any working solutions?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.