DataTables.jl icon indicating copy to clipboard operation
DataTables.jl copied to clipboard

Extend nullable! code, fix NullableArray hardcoding

Open cjprybol opened this issue 8 years ago • 1 comments

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

cjprybol avatar May 24 '17 22:05 cjprybol

@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?

nalimilan avatar May 25 '17 09:05 nalimilan