I am using iPython notebook. When I do this:
df
I get a beautiful table with cells. However, if I do this:
df1 df2
he does not print the first beautiful table. If I try this:
print df1 print df2
It prints the table in a different format, which spills the columns and makes the output very high.
Is there a way to get it to print beautiful tables for both datasets?
pandas printing ipython-notebook jupyter-notebook display
Chris Nov 11 '14 at 19:40 2014-11-11 19:40
source share