📌  相关文章
📜  从数据框中获取特定列 - Python 代码示例

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

代码示例3
x, y = df.iloc[:, [0]], df.iloc[:, [1]]