How do I print multiple pandas tables in ipython notebook within one cell output?
I think Denis's question was about printing the numeric table itself, rather than a graph made from the table.
display will still suppress all except last pandas dataframe table from the same cell.