Skip to content

[MATLAB] Improve tabular object display #38166

@sgilmore10

Description

@sgilmore10

Describe the enhancement requested

Currently, the display for arrow.tabular.RecordBatch and arrow.tabular.Table are not very MATLAB-like. Something like the following would be better:

>> t = table([1; 2; 3], ["A"; "B"; "C"], [false; true; false], VariableNames=["A", "B", "C"]);
>> T = arrow.table(T)

T =

  Arrow Table with Schema:


    A: Float64 | B: String | C: Boolean

  Sample data row:

    1 | "A" | false

Component(s)

MATLAB

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions