Informatics Practices

Write the name of function to store data from a dataframe into a CSV file.

Python Data Handling

3 Likes

Answer

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

Answered By

2 Likes


Related Questions