We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I like that DataFrames.jl right-aligns numeric columns
Table with 2 columns and 100 rows: n sum ┌────────────── 1 │ 1 1 2 │ 8 9 3 │ 27 36 4 │ 64 100 5 │ 125 225 6 │ 216 441 7 │ 343 784 8 │ 512 1296 9 │ 729 2025 10 │ 1000 3025 11 │ 1331 4356 12 │ 1728 6084 13 │ 2197 8281 14 │ 2744 11025 100×2 DataFrame Row │ n sum │ Int64 Int64 ─────┼─────────────────── 1 │ 1 1 2 │ 8 9 3 │ 27 36 4 │ 64 100 5 │ 125 225 6 │ 216 441 7 │ 343 784 8 │ 512 1296
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I like that DataFrames.jl right-aligns numeric columns
The text was updated successfully, but these errors were encountered: