Created
January 27, 2019 13:32
-
-
Save WillKoehrsen/a4cb69e94f7ff064e428127f20030f34 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
# Interact with specification of arguments | |
@interact | |
def show_articles_more_than(column=['claps', 'views', 'fans', 'reads'], | |
x=(10, 100000, 10)): | |
return df.loc[df[column] > x] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment