Python Forum
[split] Getting Index Error - list index out of range - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: [split] Getting Index Error - list index out of range (/thread-31905.html)



[split] Getting Index Error - list index out of range - krishna - Jan-09-2021

I am getting the same type of error. Please help
I am getting the same error. If your issue is resolved please help me.


RE: Getting Index Error - list index out of range - ndc85430 - Jan-09-2021

Debug your code and work out why the index you're using is not valid. You haven't shown us any code, so it's impossible to help further.

Also, you should really post a separate thread. I'll ask the moderators to split your posts into one.


RE: [split] Getting Index Error - list index out of range - buran - Jan-09-2021

Post your code, in python tags. Also include the full traceback, in error tags.
Please, use proper tags when post code, traceback, output, etc.
See BBcode help for more info.