So löschen Sie eine CSV -Datei in Python

import os
os.remove('outfile.csv')
Magnificent Mongoose