Skip to content

Integers being displayed as floats #21

@johncmerfeld

Description

@johncmerfeld

When you're scrolling a dataFrame, integer columns like [0 1 2 3 4] are displayed as [0.0 1.0 2.0 3.0 4.0]. Whatever the solution, this seems like undesirable behavior. Ints should be printed as ints, so as to best preserve the information of the underlying data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions