A

Admin • 828.03K Points
Coach

Q. How do you access a value at row 0, column 'A'?

  • (A) df.loc[0, 'A']
  • (B) df['A'][0]
  • (C) df.iloc[0]['A']
  • (D) All of the above
  • Correct Answer - Option(D)
  • Views: 7
  • Filed under category Pandas
  • Hashtags:

Explanation by: Admin
All options correctly access the value at row 0, column 'A'.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.