# Replace missing with 0.0 in dataframe

**URL:** https://discourse.julialang.org/t/replace-missing-with-0-0-in-dataframe/32029
**Category:** General Usage
**Tags:** question
**Created:** [December 8, 2019, 8:02pm UTC](https://discourse.julialang.org/t/replace-missing-with-0-0-in-dataframe/32029 "2019-12-08T20:02:01Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![tlienart](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tlienart/32/7640_2.png) [@tlienart](https://discourse.julialang.org/u/tlienart)
#### Post date: [December 9, 2019, 8:27am UTC](https://discourse.julialang.org/t/replace-missing-with-0-0-in-dataframe/32029/10 "2019-12-09T08:27:52Z")

</div>

A bit outside the scope of the question but `Float64 <: Union{Float64, Missing}` does the latter. See also [this post](https://discourse.julialang.org/t/get-non-missing-type-in-the-case-of-parametric-type/29109/4) on retrieving the non-missing type and corresponding pointer to [Missings.jl](https://github.com/JuliaData/Missings.jl).

---

_[View the full topic](https://discourse.julialang.org/t/replace-missing-with-0-0-in-dataframe/32029)._
