Informatics Practices

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

Python Data Handling

2 Likes

Answer

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

Answered By

3 Likes


Related Questions