Q. Point out the wrong statement. (A) A DataFrame is like a fixed-size dict in that you can get and set values by index label (B) Series can be be passed into most NumPy methods expecting an ndarray (C) A key difference between Series and ndarray is that operations between Series automatically align the data based on label (D) None of the mentioned ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) A DataFrame is like a fixed-size dict in that you can get and set values by index label