【发布时间】:2020-03-19 09:12:40
【问题描述】:
我有这样格式的数据:
[{"user": "fgb59h", "id": 4, "text": 'hello'},
{"user": "bucho_ky", "id": 20, "text": 'why'},
{"user": "redp944", "id": 40, "text": 'this is an example'},
]
我想选择“文本”并将其转换为:
['hello','why','this is an example']
这样我就可以对数据进行文本分析。
我应该怎么做?
提前致谢!!
【问题讨论】: