Advanced Python Homework Help
Advanced Python Homework Help
2) def x(data)
Zmax(data) - min data)
return (Z)
4) For getting 3rd. 4th & 5th row of a data file “df” Python
programming. we can write:
O df.loc[23,4]
O df.loc[3A,5]
O df.iloc [3,4,5]
O None of the above
Accepted Answers: None of the above