Informatics Practices

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

Python Pandas

3 Likes

Answer

The function used to read data from a CSV file into a DataFrame is read_csv().

Answered By

2 Likes


Related Questions