首页
Web开发
Windows程序
编程语言
数据库
移动开发
系统相关
微信
其他好文
首页
>
数据库
>
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))
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
这是因为pandas的版本高了,0.21之后就已经将这个方法干掉了。直接装成0.20之前的就好
评论(
0
)
© 2014
mamicode.com
版权所有
京ICP备13008772号-2
联系我们:gaon5@hotmail.com
迷上了代码!