itables icon indicating copy to clipboard operation
itables copied to clipboard

How to show a table with both head and tail?

Open Norlandz opened this issue 1 year ago • 4 comments

ie: Is there a config such that: instead of df.head(5).append(df.tail(5)), just df, and both head and tail are shown (with ... in middle)?

Norlandz avatar Jan 27 '24 05:01 Norlandz