I have a dataset from the last few years of about 20 esports teams who have all played each other a number of times. I'd like to be able to insert any pair of teams and have the program response be a list of their prior matchups, including who won and the date, if possible. Is this type of text-based "drop down menu" even possible in Python?
This is a mostly theoretical question at this point, as I want to make sure Python covers the scope of what I'm hoping to achieve before devoting more time to working it out. Any advice as to how I would start this project would be greatly appreciated. Thank you