Skip to content

Dict is bad (for this), actually, #1

Description

@cdkharris

Dict is not a good type for tables because it doesn't preserve order. So the rows or columns will always be printed in alphanumeric order, not necessarily in the order you want.

A better option might be to pass the headers as a list separate from the data.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions