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

Fix column alignment in DataFrame output #15

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

ronisbr
Copy link
Collaborator

@ronisbr ronisbr commented Nov 1, 2023

This PR fixes the DataFrame column alignment problem as described in #14.

I decided to align the header as DataFrames aligns the column (right for numeric columns and left otherwise). IMHO, it makes the output closer to what people will see when using DataFrames in Jupyter for example.

Closes #14

@juliohm juliohm merged commit 8928e10 into JuliaEarth:main Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal to improve table rendering
2 participants