Is there a pandas function to display the first/last n columns, as in .head() & .tail()?

后端 未结 5 950
花落未央
花落未央 2020-12-05 15:13

I love using the .head() and .tail() functions in pandas to circumstantially display a certain amount of rows (sometimes I want less, sometimes I w

5条回答
提交回复
热议问题