Consider the dataframe df, how would you find the element in the second-row and first column.Consider the dataframe df, how would you find the element in the second-row and first column.
a) df.ix[0,1] or df.iloc[0,1]
b) df.ix[1,0] or df.iloc[1,0]
c) df[1,1]
which option is correct
Answers
Answered by
8
Answer:
dkc-ysgw-iwn
meet for everyone
Similar questions