{ "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": [ "# Album Investigations" ], "cell_type": "markdown", "metadata": {} }, { "cell_type": "code", "execution_count": 67, "metadata": {}, "outputs": [ { "output_type": "stream", "name": "stdout", "text": [ "226 scrobbles\n1 days spent listening since Nov. 2017\n0.68 minutes/day\n" ] }, { "output_type": "execute_result", "data": { "text/plain": [ " acousticness danceability duration_ms energy instrumentalness \\\n", "mean 0.148391 0.722531 207801.309735 0.704982 0.000695 \n", "std 0.157705 0.084484 48556.204645 0.123508 0.001212 \n", "min 0.002070 0.512000 59118.000000 0.505000 0.000000 \n", "25% 0.045400 0.646000 156780.000000 0.579000 0.000000 \n", "50% 0.133000 0.744000 213358.000000 0.697000 0.000000 \n", "75% 0.155000 0.756000 237297.000000 0.867000 0.000333 \n", "max 0.600000 0.836000 291808.000000 0.881000 0.002850 \n", "\n", " key liveness loudness mode speechiness tempo \\\n", "mean 6.654867 0.289531 -6.128080 0.818584 0.314686 109.640204 \n", "std 3.064550 0.224769 2.604052 0.386218 0.152575 25.150042 \n", "min 1.000000 0.047900 -16.808000 0.000000 0.162000 70.128000 \n", "25% 7.000000 0.110000 -7.491000 1.000000 0.180000 85.486000 \n", "50% 7.000000 0.330000 -6.164000 1.000000 0.252000 108.126000 \n", "75% 9.000000 0.356000 -4.197000 1.000000 0.406000 129.983000 \n", "max 11.000000 0.959000 -3.626000 1.000000 0.863000 144.056000 \n", "\n", " time_signature valence \n", "mean 3.915929 0.487842 \n", "std 0.361495 0.159650 \n", "min 3.000000 0.062200 \n", "25% 4.000000 0.379000 \n", "50% 4.000000 0.432000 \n", "75% 4.000000 0.666000 \n", "max 5.000000 0.784000 " ], "text/html": "
\n | acousticness | \ndanceability | \nduration_ms | \nenergy | \ninstrumentalness | \nkey | \nliveness | \nloudness | \nmode | \nspeechiness | \ntempo | \ntime_signature | \nvalence | \n
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
mean | \n0.148391 | \n0.722531 | \n207801.309735 | \n0.704982 | \n0.000695 | \n6.654867 | \n0.289531 | \n-6.128080 | \n0.818584 | \n0.314686 | \n109.640204 | \n3.915929 | \n0.487842 | \n
std | \n0.157705 | \n0.084484 | \n48556.204645 | \n0.123508 | \n0.001212 | \n3.064550 | \n0.224769 | \n2.604052 | \n0.386218 | \n0.152575 | \n25.150042 | \n0.361495 | \n0.159650 | \n
min | \n0.002070 | \n0.512000 | \n59118.000000 | \n0.505000 | \n0.000000 | \n1.000000 | \n0.047900 | \n-16.808000 | \n0.000000 | \n0.162000 | \n70.128000 | \n3.000000 | \n0.062200 | \n
25% | \n0.045400 | \n0.646000 | \n156780.000000 | \n0.579000 | \n0.000000 | \n7.000000 | \n0.110000 | \n-7.491000 | \n1.000000 | \n0.180000 | \n85.486000 | \n4.000000 | \n0.379000 | \n
50% | \n0.133000 | \n0.744000 | \n213358.000000 | \n0.697000 | \n0.000000 | \n7.000000 | \n0.330000 | \n-6.164000 | \n1.000000 | \n0.252000 | \n108.126000 | \n4.000000 | \n0.432000 | \n
75% | \n0.155000 | \n0.756000 | \n237297.000000 | \n0.867000 | \n0.000333 | \n9.000000 | \n0.356000 | \n-4.197000 | \n1.000000 | \n0.406000 | \n129.983000 | \n4.000000 | \n0.666000 | \n
max | \n0.600000 | \n0.836000 | \n291808.000000 | \n0.881000 | \n0.002850 | \n11.000000 | \n0.959000 | \n-3.626000 | \n1.000000 | \n0.863000 | \n144.056000 | \n5.000000 | \n0.784000 | \n