itables
itables copied to clipboard
How to show a table with both head and tail?
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)?