Computer Science, asked by prosteamer104050, 1 month ago

Which of the following is correct Features of DataFrame?
A. Potentially columns are of different types
B. Can Perform Arithmetic operations on rows and columns
C. Labeled axes (rows and columns)
D. All of the above​

Answers

Answered by guleriashabnam4
2

Answer:

All of the above is correct features of data frame

Answered by GulabLachman
2

All of the above are features of a Data Frame.

  • Data is presented as a table in a data frame.
  • These are among the most widely used data structures in contemporary data analytics because they provide a versatile and user-friendly means of storing and managing data.
  • Data frames can include a variety of data kinds.
  • It is frequently used to store data tables and has the ability to perform mathematical operations on rows and columns. It is a group of vectors with comparable lengths.
  • Additionally, the data that is kept in a data frame might be of the character, factor, or numeric types.
  • The amount of data points in each column should be the same. It too has labelled axes and is immutable.

#SPJ2

Similar questions