Is it possible to hide the index when displaying pandas DataFrames, so that only the column names appear at the top of the table?
This would need to work for both the html representation in ipython notebook and to_latex()
function (which I'm using with nbconvert
).