Last active
February 1, 2020 17:53
-
-
Save vlad-ds/8764d8fa083c632ac449a834237c3483 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
lucy_features = get_features(lucy_id, token) | |
print(lucy_features) | |
>> {'danceability': 0.311, | |
'energy': 0.325, | |
'key': 2, | |
'loudness': -9.042, | |
'mode': 1, | |
'speechiness': 0.0283 | |
...} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment