Pretty Printing a pandas dataframe

How can I print a pandas dataframe as a nice text-based table, like the following? +------------+---------+-------------+ | column_one | col_two | column_3 | +------------+---------+-----------...