Informatics Practices
A series object is 2D array that stores ordered collection columns that can store data of different type.
Python Data Handling
2 Likes
Answer
False
Reason — A DataFrame object is 2D labelled array like Pandas data structure that stores an ordered collection columns that can store data of different types.
Answered By
1 Like
Related Questions
Fill in the blanks:
_________ function is used to read data from a CSV file in your DataFrame.
Fill in the blanks:
_________ function saves the data of DataFrame to a CSV file.
A DataFrame is a 1D array-like object containing an array of data and an associated array of data labels.
To access subset of a dataframe, we can use loc[] and iloc[] attributes.