码迷,mamicode.com
首页 > 数据库 > 详细

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      阅读:2019      评论:0      收藏:0      [点我收藏+]

标签:com   use   warning   label   pos   dep   sso   图片   inf   

技术分享图片

这是因为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))

标签:com   use   warning   label   pos   dep   sso   图片   inf   

原文地址:https://www.cnblogs.com/theWinter/p/8324564.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!