Skip to content

Improve table.pprint() performance #2823

Description

@taldcroft

As noted by @AmrAS1, there is a performance flaw in the current table.pprint() implementation:

text_type() or some other formatter is called on each individual numpy value, which causes numpy to call an array-to-string method internally for each value.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    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