How can use ast.literal_eval on my dataframe? I keep getting error: 'malformed node or string: ' + repr(node)

前端 未结 0 1201
温柔的废话
温柔的废话 2020-12-31 05:39

I have been trying to make dictionaries out of one of thecolumns of my dataframe.

1     [{\'id\': 12, \'name\': \'Adventure\'}, {\'id\': 14, \'...
2     [{\'i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题