中括弧がない文字列をリストに変換する方法はたくさん出てきましたが中括弧付きの文字列をリストに変換する方法が意外と出てこなかったので記載しておきます。
1 | import ast |
ちなみに中括弧がない場合は以下の通りです。
1 | import ast |
シンプルですが、意外と使うんですよね
ではでは
参考
https://www.tutorialspoint.com/How-to-convert-string-representation-of-list-to-list-in-Python
中括弧がない文字列をリストに変換する方法はたくさん出てきましたが中括弧付きの文字列をリストに変換する方法が意外と出てこなかったので記載しておきます。
1 | import ast |
ちなみに中括弧がない場合は以下の通りです。
1 | import ast |
シンプルですが、意外と使うんですよね
ではでは
https://www.tutorialspoint.com/How-to-convert-string-representation-of-list-to-list-in-Python
Update your browser to view this website correctly. Update my browser now