Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integers being displayed as floats #21

Open
johncmerfeld opened this issue Dec 16, 2019 · 0 comments
Open

Integers being displayed as floats #21

johncmerfeld opened this issue Dec 16, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@johncmerfeld
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant