Created
January 27, 2019 14:09
-
-
Save WillKoehrsen/5c683c7cf11a8f17b176f31da60fd9e7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Create interactive version of function with DatePickers | |
interact(stats_for_article_published_between, | |
start_date=widgets.DatePicker(value=pd.to_datetime('2018-01-01')), | |
end_date=widgets.DatePicker(value=pd.to_datetime('2019-01-01'))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment