-
Notifications
You must be signed in to change notification settings - Fork 73
de / serialization of a CartesianIndex #589
Copy link
Copy link
Open
Description
I expected to be able to round-trip the serialization of a CartesianIndex:
julia> df = DataFrame(a = 1, b = CartesianIndex(1,1))
1×2 DataFrame
Row │ a b
│ Int64 Cartesia…
─────┼─────────────────────────────
1 │ 1 CartesianIndex(1, 1)
julia> Arrow.write("table.arrow", df)
"table.arrow"
julia> df = DataFrame(Arrow.Table("table.arrow"))
1×2 DataFrame
Row │ a b
│ Int64 NamedTup…
─────┼──────────────────────
1 │ 1 (I = (1, 1),)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels