基于pandas数据样本行列选取的方法 注:以下代码是基于python3.5.0编写的importpandasfood_info=pandas.read_csv("food_info.csv")#------------------ pandas选取行列