# In Julia \>= 0.7, will the package "Missings.jl" still be needed or will it be part of core?

**URL:** https://discourse.julialang.org/t/in-julia-0-7-will-the-package-missings-jl-still-be-needed-or-will-it-be-part-of-core/12733
**Category:** Data
**Tags:** question, package
**Created:** [July 30, 2018, 9:15am UTC](https://discourse.julialang.org/t/in-julia-0-7-will-the-package-missings-jl-still-be-needed-or-will-it-be-part-of-core/12733 "2018-07-30T09:15:53Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![sylvaticus](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sylvaticus/32/203883_2.png) [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)
#### Post date: [July 30, 2018, 9:15am UTC](https://discourse.julialang.org/t/in-julia-0-7-will-the-package-missings-jl-still-be-needed-or-will-it-be-part-of-core/12733/1 "2018-07-30T09:15:53Z")

</div>

Hello, I tough that the functionality that the package `Missings.jl` currently provides for Julia 0.6 (the `Missing` type in substitution of `NA` from older `DataFrames` packages) would be in core starting from Julia 0.7/1.x, and I was going to suggest to the package maintainers to clarify that in the package title/readme (i.e. “Missing value support for Julia 0.6”), but then I found bug reports that refer to “Missings.jl” for julia 0.7, and I am now a bit lost.

In Julia \>=0.7, other packages that use Unions with the `Missing` type, would still they need to add/use the `Missings.jl` package, or not ?

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [July 30, 2018, 9:57am UTC](https://discourse.julialang.org/t/in-julia-0-7-will-the-package-missings-jl-still-be-needed-or-will-it-be-part-of-core/12733/2 "2018-07-30T09:57:18Z")

</div>

The link just points to the main github page, it is unclear which issue you mean.

But regarding the question: while the type `Missing` will be in Julia v0.7, the Missings.jl package has extra convenience functions. If you look at the [source](https://github.com/JuliaData/Missings.jl/blob/master/src/Missings.jl), you will see that almost everything else is (will not be) not executed on v0.7.

---

<div class="post-metadata">

### Author: ![sylvaticus](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sylvaticus/32/203883_2.png) [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)
#### Post date: [July 30, 2018, 10:10am UTC](https://discourse.julialang.org/t/in-julia-0-7-will-the-package-missings-jl-still-be-needed-or-will-it-be-part-of-core/12733/3 "2018-07-30T10:10:26Z")

</div>

Thank you, I got it. The type is in core, and the separate package remains for the few additional functionalities, so most other packages will NOT need to use the package `Missings.jl`, unless they specifically use the added functionality.  
I think it would be useful to specify it in the readme.  
(I removed the link, my question wasn’t specific to it)

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [July 30, 2018, 10:12am UTC](https://discourse.julialang.org/t/in-julia-0-7-will-the-package-missings-jl-still-be-needed-or-will-it-be-part-of-core/12733/4 "2018-07-30T10:12:38Z")

</div>

> [@sylvaticus](#):
>
> I think it would be useful to specify it in the readme.

I think this should be worth opening an issue.

---

<div class="post-metadata">

### Author: ![sylvaticus](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sylvaticus/32/203883_2.png) [@sylvaticus](https://discourse.julialang.org/u/sylvaticus)
#### Post date: [August 1, 2018, 7:11am UTC](https://discourse.julialang.org/t/in-julia-0-7-will-the-package-missings-jl-still-be-needed-or-will-it-be-part-of-core/12733/5 "2018-08-01T07:11:04Z")

</div>

Done (although my English is so-so…):

[https://github.com/JuliaData/Missings.jl/pull/87](https://github.com/JuliaData/Missings.jl/pull/87)
