I have a list like this. Please pardon me if the title of the question is incorrect.
[array(['5029339601'], dtype=object), array(['5029339601'], dtype=object)]
I would like to convert this one to a normal list like
[ '5029339601' '5029339601']
I am sorry in advance for such a vague question. I would be grateful for your suggestions. Thanks