Informatics Practices
Fill in the blanks:
_________ function is used to read data from a CSV file in your DataFrame.
Python Data Handling
2 Likes
Answer
read_csv()
Answered By
3 Likes
Related Questions
Fill in the blanks:
DataFrame has _________ indices.
Fill in the blanks:
Selecting a subset from a DataFrame requires _________ and _________ functions.
Fill in the blanks:
_________ function saves the data of DataFrame to a CSV file.
A series object is 2D array that stores ordered collection columns that can store data of different type.