Skip to content

Can't round-trip integer CategoricalArrays #333

@jariji

Description

@jariji
julia> using CategoricalArrays, DataFrames, Arrow
julia> Arrow.write("/tmp/my.arrow",DataFrame(x=CategoricalArray([1,2,3])))
"/tmp/my.arrow"

julia> DataFrame(Arrow.Table("/tmp/my.arrow")).x|>eltype
Int64

[69666777] Arrow v2.3.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions