Issue
'Series' object has no attribute 'ix'
refer this image (https://i.stack.imgur.com/yLm32.png)](https://i.stack.imgur.com/yLm32.png)
Solution
I believe .iloc
is used for Series
instead of .ix
.
Answered By - Peter Dowdy
'Series' object has no attribute 'ix'
refer this image (https://i.stack.imgur.com/yLm32.png)](https://i.stack.imgur.com/yLm32.png)
I believe .iloc
is used for Series
instead of .ix
.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.