import pandas as pd df = pd.read_csv(r'C:\Users\user\Desktop\item_list.csv', encoding="shift_jis") # 件数は出てくるが、一部欠けている # vc ...
確定! 回上一頁