Name the function you would use to store data from a DataFrame into a CSV file.
4 Likes
The function used to store data from a DataFrame into a CSV file is to_csv().
to_csv()
Answered By
1 Like
What is CSV file ? Is it a text file ?
Name the function you would use to read data from a CSV file into a DataFrame.
Which function lets you fetch data from an SQL table into a DataFrame ?
Which function lets you store data of a DataFrame into an SQL table ?