Home > front end >  having error while using 'Series' object has no attribute 'ix'
having error while using 'Series' object has no attribute 'ix'

Time:11-10

'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.

  • Related