When I’m going to Generate list of developer ids for games data-frame it’s shows me error when appending the value in list.
But when i print values i got the values
I have searched but didn’t get the solutions.
How do i resolve this issue?
When I’m going to Generate list of developer ids for games data-frame it’s shows me error when appending the value in list.
But when i print values i got the values
I have searched but didn’t get the solutions.
How do i resolve this issue?
I got the solution,
The index error occurs due to the Nan values present in developer column in transformed data
and also verified by printing the row element in loop that it got stuck when Nan comes,
so the issue resolved by removing those rows having Nan values.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.