Created
January 3, 2021 16:54
-
-
Save MemphisMeng/defe656f834ba655756f6be924580ca2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
measure = widgets.Dropdown( | |
options=['playResult', 'offensePlayResult', 'epa'], | |
value='playResult', | |
description='Measure', | |
) | |
week = widgets.Dropdown( | |
options=['Overall', 'Week 1', 'Week 2', 'Week 3', 'Week 4', 'Week 5', 'Week 6', 'Week 7', 'Week 8', | |
'Week 9', 'Week 10', 'Week 11', 'Week 12', 'Week 13', 'Week 14', 'Week 15', 'Week 16', 'Week 17'], | |
value='Overall', | |
description='Period', | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment