这是因为pandas的版本高了,0.21之后就已经将这个方法干掉了。直接装成0.20之前的就好
FutureWarning: get_value is deprecated and will be removed in a future release. Please use .at[] or .iat[] accessors instead print(labels_df.get_value(patients,col=1))
时间:2018-01-21 17:36:40
收藏:0
阅读:2019
评论(0)