'Series' object has no attribute 'ix'
refer this image (https://i.stack.imgur.com/yLm32.png)](https://i.stack.imgur.com/yLm32.png)
CodePudding user response:
I believe .iloc
is used for Series
instead of .ix
.
'Series' object has no attribute 'ix'
refer this image (https://i.stack.imgur.com/yLm32.png)](https://i.stack.imgur.com/yLm32.png)
CodePudding user response:
I believe .iloc
is used for Series
instead of .ix
.