Question from the Python Machine Learning test

Access the value located in the fifth row and the third column of df.

Easy

What does the

df.iloc[5,3]

instruction do with df a DataFrame type object?

Author: W3D TeamStatus: PublishedQuestion passed 528 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!