Q10
What Python function is used to select specific rows and columns from a Pandas DataFrame?
A.
np.array()
B.
df.loc[]
AnswerC.
pd.read_csv()
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board