- #1
- 53
- 6
i have a column in a dataframe that contains values in the form or tuples (example: ('A',) ) and I want to convert these values to string format so that ('A',) becomes 'A'
How do I do this in python for a dataframe? Thanks.
How do I do this in python for a dataframe? Thanks.
Last edited by a moderator: