Q. What Python function is used to read a CSV (Comma-Separated Values) file into a Pandas DataFrame? (A) df.describe() (B) plt.savefig() (C) pd.read_csv() (D) np.load() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) pd.read_csv()