Question
Informatics Practices Question on Directory Structure
Which of the following statements is correct about Dataframe ?
(A) Dataframe is size-mutable
(B) Dataframe is values-mutable (C) Dataframe is immutable
(D) Dataframe is capable of holding multiple types of Data.
(E) Dataframe has no columns.
Choose the correct answer from the options given below:
A
(A), (B) and (E) only
B
(A), (B) and (D) only
C
(A), (B) and (C) only
D
(A), (D) and (E) only
Answer
(A), (B) and (D) only
Explanation
Solution
The correct option is(B): (A), (B) and (C) only