📜  如何按索引选择一系列列 - Python 代码示例

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

代码示例1
A_and_C = a_dataframe.iloc[:, [0,2]]