FutureWarning: In a future version of pandas all arguments of DataFrame.drop except for the argument 'labels' will be keyword-only. by='saliency', ascending=False).head(R).drop('saliency', 1)
时间: 2023-03-25 12:04:37 浏览: 1122
python pandas.DataFrame.loc函数使用详解
这是一个关于 pandas 的警告信息,意味着在未来版本的 pandas 中,DataFrame.drop 方法的所有参数除了 'labels' 参数都将变成关键字参数。建议在使用该方法时注意这个警告信息。
阅读全文