質問編集履歴

1

必要のないimport reが入っていたので消しました。

2022/09/24 04:40

投稿

yasutin
yasutin

スコア41

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,6 @@
16
16
  import csv
17
17
  import pandas as pd
18
18
  import MeCab
19
- import re
20
19
  import collections
21
20
 
22
21
  files = open(r"C:\Users\Yasu\AppData\Local\Programs\Python\Python310\特別演習\rakuten_review_alotof_text_October.csv",encoding="utf-8",errors="ignore")