In Pandas you can create an index for data to help access if more easily. In this program, complete the code so that the user can find out the list of products (from the index) and print out a price for the item. A sample of the completed program is given below for reference.
In Pandas you can Initalise dataframes using a python structure like a dictionary, or from a file. In this example we use both methods, and then combine them into a single dataframe. A sample of the completed program is given below for reference.