Is there a way to (pretty) print the entire Pandas Series / DataFrame?
I work with Series and DataFrames on the terminal a lot. The default
__repr__ for a Series returns a reducted sample, with some head and tail
values, but the rest missing.
Is there a builtin way to pretty-print the entire Series / DataFrame?
Ideally, it would support proper alignment, perhaps borders between
columns, and maybe even color-coding for the different columns.