📜  return df.iloc[1:] - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:20.271000             🧑  作者: Mango

代码示例2
Purely integer-location based indexing for selection by position.

.iloc[] is primarily integer position based (from 0 to length-1 of the axis), but may also be used with a boolean array.