{ "metadata": { "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.6-final" }, "orig_nbformat": 2, "kernelspec": { "name": "python3", "display_name": "Python 3", "language": "python" } }, "nbformat": 4, "nbformat_minor": 2, "cells": [ { "source": [ "# Artist Investigations" ], "cell_type": "markdown", "metadata": {} }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "1,706 scrobbles\n4 days spent listening since Nov. 2017\n4.62 minutes/day\n" ] }, { "output_type": "execute_result", "data": { "text/plain": [ " acousticness danceability duration_ms energy instrumentalness \\\n", "mean 0.218702 0.574796 202421.407595 0.678473 0.053497 \n", "std 0.215092 0.162472 59794.180372 0.141701 0.186326 \n", "min 0.000843 0.256000 48507.000000 0.176000 0.000000 \n", "25% 0.049700 0.451000 154573.000000 0.584000 0.000000 \n", "50% 0.161000 0.543000 199053.000000 0.668000 0.000004 \n", "75% 0.274000 0.657000 226520.000000 0.805000 0.000648 \n", "max 0.946000 0.948000 513707.000000 0.946000 0.901000 \n", "\n", " key liveness loudness mode speechiness tempo \\\n", "mean 5.482911 0.305708 -8.005934 0.695570 0.289666 110.452840 \n", "std 3.492010 0.180859 2.022733 0.460311 0.132537 32.528693 \n", "min 0.000000 0.052900 -16.918000 0.000000 0.029600 56.046000 \n", "25% 1.000000 0.139000 -9.134000 0.000000 0.203000 87.786000 \n", "50% 6.000000 0.303000 -8.320000 1.000000 0.299000 91.973000 \n", "75% 8.000000 0.399000 -6.442000 1.000000 0.380000 130.990000 \n", "max 11.000000 0.796000 -2.002000 1.000000 0.749000 188.050000 \n", "\n", " time_signature valence \n", "mean 3.996203 0.511429 \n", "std 0.177908 0.198530 \n", "min 3.000000 0.038300 \n", "25% 4.000000 0.373000 \n", "50% 4.000000 0.516000 \n", "75% 4.000000 0.638000 \n", "max 5.000000 0.959000 " ], "text/html": "
\n | acousticness | \ndanceability | \nduration_ms | \nenergy | \ninstrumentalness | \nkey | \nliveness | \nloudness | \nmode | \nspeechiness | \ntempo | \ntime_signature | \nvalence | \n
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
mean | \n0.218702 | \n0.574796 | \n202421.407595 | \n0.678473 | \n0.053497 | \n5.482911 | \n0.305708 | \n-8.005934 | \n0.695570 | \n0.289666 | \n110.452840 | \n3.996203 | \n0.511429 | \n
std | \n0.215092 | \n0.162472 | \n59794.180372 | \n0.141701 | \n0.186326 | \n3.492010 | \n0.180859 | \n2.022733 | \n0.460311 | \n0.132537 | \n32.528693 | \n0.177908 | \n0.198530 | \n
min | \n0.000843 | \n0.256000 | \n48507.000000 | \n0.176000 | \n0.000000 | \n0.000000 | \n0.052900 | \n-16.918000 | \n0.000000 | \n0.029600 | \n56.046000 | \n3.000000 | \n0.038300 | \n
25% | \n0.049700 | \n0.451000 | \n154573.000000 | \n0.584000 | \n0.000000 | \n1.000000 | \n0.139000 | \n-9.134000 | \n0.000000 | \n0.203000 | \n87.786000 | \n4.000000 | \n0.373000 | \n
50% | \n0.161000 | \n0.543000 | \n199053.000000 | \n0.668000 | \n0.000004 | \n6.000000 | \n0.303000 | \n-8.320000 | \n1.000000 | \n0.299000 | \n91.973000 | \n4.000000 | \n0.516000 | \n
75% | \n0.274000 | \n0.657000 | \n226520.000000 | \n0.805000 | \n0.000648 | \n8.000000 | \n0.399000 | \n-6.442000 | \n1.000000 | \n0.380000 | \n130.990000 | \n4.000000 | \n0.638000 | \n
max | \n0.946000 | \n0.948000 | \n513707.000000 | \n0.946000 | \n0.901000 | \n11.000000 | \n0.796000 | \n-2.002000 | \n1.000000 | \n0.749000 | \n188.050000 | \n5.000000 | \n0.959000 | \n