Skip to content

[C++] Adding tabular pretty printing of Table / RecordBatch #30334

Description

@asfimport

It would be nice to show a "preview" (eg xx number of first and last rows) of a Table or RecordBatch in a traditional tabular form (like pandas DataFrames, or R data.frame / tibbles have, or in a format that resembles markdown tables).

This could also be added in the bindings, but we could also do it on the C++ level to benefit multiple bindings at once.

Based on a quick search, there is https://github.com/p-ranav/tabulate which could be vendored (it has a single-include version).

I suppose that nested data types could represent a challenge on how to include those in a tabular format, though.

Reporter: Joris Van den Bossche / @jorisvandenbossche

Related issues:

Note: This issue was originally created as ARROW-14799. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    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