Skip to content

Add PrettyTables.jl as an alternative backend for display in DataFrames.jl #2337

@bkamins

Description

@bkamins

It would be nice to add PrettyTables.jl as an alternative display backend for DataFrames.jl to the one we currently have (probably not to replace it in the short term, as it would be too hard to ensure a smooth transition).

If we want to do it the steps would be the following:

  1. Test package load time impact
  2. choose appropriate defaults for printing
  3. prepare backend switching mechanics (in particular mapping kwargs where appropriate)
  4. ensure all types that currently use custom printing (datata frame, DataFrameRow, GroupedDataFrame, DataFrameRows, DataFrameColumns are correctly handled)
  5. decide if we re-export PrettyTables.jl from DataFrames.jl

CC @ronisbr

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions