Computer Science, asked by deepugrover21, 6 months ago

Point out the correct statement.
If data is a list, if index is passed the values in data corresponding to the labels in the
a) index will be pulled out
b) NaN is the standard missing data marker used in pandas
c) Series acts very similarly to a array
d) None of the mentioned ​

Answers

Answered by simranpreetbrar590
1

Answer:

A

Explanation:

Explanation: If data is a dict, if index is passed the values in data corresponding to the labels in the index will be pulled out. ... Explanation: A Series is like a fixed-size dict in that you can get and set values by index label. 6.

Similar questions