I work with Series and DataFrames on the terminal a lot. The default __repr__ for a Series returns a reduced sample, with some head and tail values, but the res
__repr__
If you are using Ipython Notebook (Jupyter). You can use HTML
from IPython.core.display import HTML display(HTML(df.to_html()))