You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Test package load time impact
choose appropriate defaults for printing
prepare backend switching mechanics (in particular mapping kwargs where appropriate)
ensure all types that currently use custom printing (datata frame, DataFrameRow, GroupedDataFrame, DataFrameRows, DataFrameColumns are correctly handled)
decide if we re-export PrettyTables.jl from DataFrames.jl