1. What are dataframes ?
1. What are dataframes ? Read More »
(a) Using the dictionary created above, allow the user to enter a team name and print out the team’s winning percentage. (b) Using the dictionary, create a list whose entries are the number of wins of each team. (c) Using the dictionary, create a list of all those teams that have winning records. # Code