【发布时间】:2018-04-12 06:08:01
【问题描述】:
我有以下数据框格式的 adtaset,我需要从数据中删除方括号。我们该如何继续,谁能帮忙
From TO
[wrestle] engage in a wrestling match
[write] communicate or express by writing
[write] publish
[spell] write
[compose] write music
预期输出是:
From TO
wrestle engage in a wrestling match
write communicate or express by writing
write publish
spell write
【问题讨论】: