KnowledgeBoat Logo
|

Informatics Practices

Name the function you would use to store data from a DataFrame into a CSV file.

Python Pandas

4 Likes

Answer

The function used to store data from a DataFrame into a CSV file is to_csv().

Answered By

1 Like


Related Questions