{ "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.4-final" }, "orig_nbformat": 2, "kernelspec": { "name": "python3", "display_name": "Python 3", "language": "python" } }, "nbformat": 4, "nbformat_minor": 2, "cells": [ { "source": [ "# Artist Investigations\n", "\n", "Similar to the playlist investigations" ], "cell_type": "markdown", "metadata": {} }, { "cell_type": "code", "execution_count": 48, "metadata": {}, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "2,220 scrobbles\n5 days spent listening since Nov. 2017\n6.43 minutes/day\n" ] }, { "output_type": "execute_result", "data": { "text/plain": [ " acousticness danceability duration_ms energy instrumentalness \\\n", "mean 0.212988 0.556427 206109.940541 0.689568 0.038141 \n", "std 0.195843 0.145240 62979.977621 0.132678 0.159018 \n", "min 0.000843 0.256000 48507.000000 0.176000 0.000000 \n", "25% 0.049700 0.450000 168009.000000 0.604000 0.000000 \n", "50% 0.161000 0.528000 201158.000000 0.668000 0.000002 \n", "75% 0.261000 0.604000 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.493694 0.328512 -8.165929 0.677928 0.297323 110.274670 \n", "std 3.646806 0.184782 1.846141 0.467376 0.127891 32.589491 \n", "min 0.000000 0.052900 -16.918000 0.000000 0.029600 56.046000 \n", "25% 1.000000 0.161000 -9.363000 0.000000 0.203000 88.607000 \n", "50% 6.000000 0.325000 -8.336000 1.000000 0.299000 91.973000 \n", "75% 8.000000 0.464000 -6.832000 1.000000 0.380000 130.396000 \n", "max 11.000000 0.796000 -2.002000 1.000000 0.749000 188.050000 \n", "\n", " time_signature valence \n", "mean 3.997297 0.507103 \n", "std 0.150085 0.194317 \n", "min 3.000000 0.038300 \n", "25% 4.000000 0.373000 \n", "50% 4.000000 0.504000 \n", "75% 4.000000 0.631000 \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.212988 | \n0.556427 | \n206109.940541 | \n0.689568 | \n0.038141 | \n5.493694 | \n0.328512 | \n-8.165929 | \n0.677928 | \n0.297323 | \n110.274670 | \n3.997297 | \n0.507103 | \n
std | \n0.195843 | \n0.145240 | \n62979.977621 | \n0.132678 | \n0.159018 | \n3.646806 | \n0.184782 | \n1.846141 | \n0.467376 | \n0.127891 | \n32.589491 | \n0.150085 | \n0.194317 | \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.450000 | \n168009.000000 | \n0.604000 | \n0.000000 | \n1.000000 | \n0.161000 | \n-9.363000 | \n0.000000 | \n0.203000 | \n88.607000 | \n4.000000 | \n0.373000 | \n
50% | \n0.161000 | \n0.528000 | \n201158.000000 | \n0.668000 | \n0.000002 | \n6.000000 | \n0.325000 | \n-8.336000 | \n1.000000 | \n0.299000 | \n91.973000 | \n4.000000 | \n0.504000 | \n
75% | \n0.261000 | \n0.604000 | \n226520.000000 | \n0.805000 | \n0.000648 | \n8.000000 | \n0.464000 | \n-6.832000 | \n1.000000 | \n0.380000 | \n130.396000 | \n4.000000 | \n0.631000 | \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