Dataframes.jl: Final ellipsis appears on next row

Created on 15 Nov 2020  路  8Comments  路  Source: JuliaData/DataFrames.jl

I've just spotted a small bug which happens only under certain circumstances: the final ellipsis of the row appears on the next row because there are too many characters to fit on screen. A reproducer is

DataFrame(rand(["dddddffffffffffffddddda", "bbbbbdfffffffffffbfffffffffffffbbbb"], 100, 100))

(Yes, I know that constructor is deprecated... :-p)

See screenshot:
image

Cc: @ronisbr @bkamins

bug display

All 8 comments

We had this problem in legacy printing. We solved it by deducing 1 from horizontal width.

@ronisbr - as agreed earlier I mark all display related issues with display badge so that you can easily find and manage them. Thank you!

Ok! I found a problem with the cropping mechanism together with a maximum size of the column. This is a bug in PrettyTables.jl. I will try to fix now.

The bug will be fixed as soon as PrettyTables.jl v0.10.1 is release. I am just waiting for the next iteration of the registration bot. Sorry about that!

Captura de Tela 2020-11-15 脿s 20 11 59

Done! Can I close the issue?

It is good now.

Perfect, thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bbrunaud picture bbrunaud  路  3Comments

bkamins picture bkamins  路  8Comments

rofinn picture rofinn  路  3Comments

jangorecki picture jangorecki  路  7Comments

davidanthoff picture davidanthoff  路  4Comments