importpandasaspdfile_path="アカウント一覧表 - 一覧表.csv"df=pd.read_csv(file_path,encoding="utf-8-sig")filtered=df[df["ユーザー名"]!="ゲスト"]print(f"ユーザー名 != ゲスト: {len(filtered)} found in {len(df)}")
Warning
LINK
You are about to visit a link which has been flagged with the above content warnings. Do you wish to continue?