Following are some coding questions based on what you have learned till now. The following questions are not graded.
Note
Please use the following command in your code after pandas import statement to make sure that your dataframe is printed properly:
pd.set_option(‘display.max_columns’, 500)
Missing this might lead to not all columns being printed and the correct code being rejected.