Que: Point out the correct statement.

a. If data is a list, if index is passed the values in data corresponding to the labels in the 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
Answer: NaN is the standard missing data marker used in pandas

Leave a Comment