pandas 报错 AttributeError: 'DataFrame' object has no attribute 'ix'
What's New in 1.0.0
- Removed
Series.ix
andDataFrame.ix
(GH26438)
可以使用 iloc 代替 pandas.DataFrame.iloc
标题:pandas 报错 AttributeError: 'DataFrame' object has no attribute 'ix'
作者:JoeysCat
地址:http://oook.fun/articles/2020/02/09/1581255120445.html