Which of the following is a one-dimensional labelled array capable of holding…
2024
Which of the following is a one-dimensional labelled array capable of holding any data type (integers, strings, floating point numbers, python objects, etc) in data handling with pandas?
- A.
Series
- B.
Missing data
- C.
Data frames
- D.
Iteration
Attempted by 30 students.
Show answer & explanation
Correct answer: A
In pandas, a Series is a one-dimensional labelled array that can hold values of different data types.