Q. How do you write a DataFrame to a CSV file?

आप CSV फ़ाइल में डेटाफ़्रेम कैसे लिखते हैं?

A
df.to_csv('file.csv')
B
df.write_csv('file.csv')
C
df.export_csv('file.csv')
D
df.save_csv('file.csv')

Explanation

Explanation will be available soon. Please stay tuned.

व्याख्या जल्द ही उपलब्ध होगी। कृपया बने रहें।

Invest in Future Achievers

Your support helps keep Exam Achiever 100% free for students preparing for exams.

Thanks for your support!

Comments

Leave a Comment