标签:选择列

选择列

#选择列

📚 共 1 篇文章 🏷️ 标签分类 📝 选择列
选择列

pandas 选择某几列的方法

如下所示:col_n=['名称','收盘价','日期']a=pd.DataFrame(df,columns=col_n)以上这篇pandas选择某几列的