Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Comment sauvegarder un dataframe dans un fichier CSV ?
data.save('nom_du_fichier.csv')
data.to_csv('nom_du_fichier.csv')
pd.save(data, 'nom_du_fichier.csv')
data.write_csv('nom_du_fichier.csv')
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!