JuliaData / DataTables.jl

(DEPRECATED) A rewrite of DataFrames.jl based on Nullable
Other
29 stars 11 forks source link

Extend nullable! code, fix NullableArray hardcoding #67

Open cjprybol opened 7 years ago

cjprybol commented 7 years ago

Adds nullable versions of nullable! for copies rather than inplace. Adds tests to check proper handling of CategoricalArrays. Adds a similar_nullable function that will check the size of the Array. Converts a nullable! call that operated over the entire datatable to use a new nullable! func that operates over all columns.

This should help with https://github.com/JuliaData/DataTables.jl/pull/66#discussion_r117847786

nalimilan commented 7 years ago

@quinnj Does that suit your needs in #66?

Adds a similar_nullable function that will check the size of the Array.

"check" should be "use", right?