{ "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": 51, "metadata": {}, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "538 scrobbles\n1 days spent listening since Nov. 2017\n1.52 minutes/day\n" ] }, { "output_type": "execute_result", "data": { "text/plain": [ " acousticness danceability duration_ms energy instrumentalness \\\n", "mean 0.175862 0.548939 201665.648752 0.672660 0.139468 \n", "std 0.185824 0.118423 68133.871857 0.136468 0.280774 \n", "min 0.001230 0.174000 33568.000000 0.330000 0.000000 \n", "25% 0.035800 0.475000 147430.000000 0.551000 0.000114 \n", "50% 0.093700 0.548000 203882.000000 0.683000 0.001660 \n", "75% 0.278000 0.599000 250200.000000 0.761000 0.089300 \n", "max 0.884000 0.825000 626166.000000 0.910000 0.914000 \n", "\n", " key liveness loudness mode speechiness tempo \\\n", "mean 5.715931 0.261474 -5.605276 0.573896 0.151126 110.033599 \n", "std 3.886356 0.215839 2.190490 0.494984 0.141012 27.453952 \n", "min 0.000000 0.059200 -14.841000 0.000000 0.028200 51.466000 \n", "25% 2.000000 0.095200 -6.829000 0.000000 0.049600 86.711000 \n", "50% 6.000000 0.171000 -5.219000 1.000000 0.087700 109.862000 \n", "75% 9.000000 0.356000 -4.477000 1.000000 0.255000 133.687000 \n", "max 11.000000 0.783000 -0.507000 1.000000 0.518000 168.266000 \n", "\n", " time_signature valence \n", "mean 3.990403 0.301708 \n", "std 0.394559 0.169343 \n", "min 1.000000 0.055700 \n", "25% 4.000000 0.188000 \n", "50% 4.000000 0.263000 \n", "75% 4.000000 0.431000 \n", "max 5.000000 0.718000 " ], "text/html": "
\n | acousticness | \ndanceability | \nduration_ms | \nenergy | \ninstrumentalness | \nkey | \nliveness | \nloudness | \nmode | \nspeechiness | \ntempo | \ntime_signature | \nvalence | \n
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
mean | \n0.175862 | \n0.548939 | \n201665.648752 | \n0.672660 | \n0.139468 | \n5.715931 | \n0.261474 | \n-5.605276 | \n0.573896 | \n0.151126 | \n110.033599 | \n3.990403 | \n0.301708 | \n
std | \n0.185824 | \n0.118423 | \n68133.871857 | \n0.136468 | \n0.280774 | \n3.886356 | \n0.215839 | \n2.190490 | \n0.494984 | \n0.141012 | \n27.453952 | \n0.394559 | \n0.169343 | \n
min | \n0.001230 | \n0.174000 | \n33568.000000 | \n0.330000 | \n0.000000 | \n0.000000 | \n0.059200 | \n-14.841000 | \n0.000000 | \n0.028200 | \n51.466000 | \n1.000000 | \n0.055700 | \n
25% | \n0.035800 | \n0.475000 | \n147430.000000 | \n0.551000 | \n0.000114 | \n2.000000 | \n0.095200 | \n-6.829000 | \n0.000000 | \n0.049600 | \n86.711000 | \n4.000000 | \n0.188000 | \n
50% | \n0.093700 | \n0.548000 | \n203882.000000 | \n0.683000 | \n0.001660 | \n6.000000 | \n0.171000 | \n-5.219000 | \n1.000000 | \n0.087700 | \n109.862000 | \n4.000000 | \n0.263000 | \n
75% | \n0.278000 | \n0.599000 | \n250200.000000 | \n0.761000 | \n0.089300 | \n9.000000 | \n0.356000 | \n-4.477000 | \n1.000000 | \n0.255000 | \n133.687000 | \n4.000000 | \n0.431000 | \n
max | \n0.884000 | \n0.825000 | \n626166.000000 | \n0.910000 | \n0.914000 | \n11.000000 | \n0.783000 | \n-0.507000 | \n1.000000 | \n0.518000 | \n168.266000 | \n5.000000 | \n0.718000 | \n