Name the function you would use to read data from a CSV file into a DataFrame.
3 Likes
The function used to read data from a CSV file into a DataFrame is read_csv().
read_csv()
Answered By
2 Likes
What is CSV file ? Is it a text file ?
Name the function you would use to store data from a DataFrame into a CSV file.
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 ?