pandasでいくつかのカラムをドロップして、 その後作成されるcsvになぜかindexが入っていたので消してみました
index=False入れるだけでできたので非常に楽でした!
df.to_csv(filename, index=False)
Removing index column in pandas when reading a csv
pytestのメモ
imported module ‘test_room’ has this __file__ attributes which is not the same a
json.decoder.JSONDecodeError: Invalid control character at: line 1 column 171 (c
pguiでhotkey使えない時に考えるべきこと
FastAPIでメール送信