Question: ## QUESTION - 4a - Fix the iloc code to locate & print the 2nd row ## The value printed should be CISM2140 ### Remeber
## QUESTION - 4a - Fix the iloc code to locate & print the 2nd row ## The value printed should be "CISM2140" ### Remeber that Python uses 0-indexing Course_df.ilo[2]
### QUESTION - 4b - use iloc to locate and print the Name of Course in the 2nd row ### print the Course Code in the 2nd row Course_df.iloc[0]["Professor"]
### QUESTION - 5 - Create a for loop to print all the Professors in the dataframe, ### but only if the course name is not 2130
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
