I have this pandas df I need to be able to break down the ‘cast” field in such a way that it is in several rows Example: I understand that I should do it with pandas, but it is very complicated, can you help me? Answer You can use spit and explode:
I have this pandas df I need to be able to break down the ‘cast” field in such a way that it is in several rows Example: I understand that I should do it with pandas, but it is very complicated, can you help me? Answer You can use spit and explode: