You can slice on rows and columns at the same time: simply pass the ... 2nd column (index 22, 1) print(temperatures.iloc[22:23, 1:2]) # Use ...
確定! 回上一頁