JuliaEarth / geospatial-data-science-with-julia

Geospatial Data Science with Julia
https://juliaearth.github.io/geospatial-data-science-with-julia
86 stars 15 forks source link

Fix column alignment in DataFrame output #15

Closed ronisbr closed 8 months ago

ronisbr commented 8 months ago

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