{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "execution": { "iopub.execute_input": "2020-08-11T15:51:56.088764Z", "iopub.status.busy": "2020-08-11T15:51:56.088469Z", "iopub.status.idle": "2020-08-11T15:51:56.837524Z", "shell.execute_reply": "2020-08-11T15:51:56.836477Z", "shell.execute_reply.started": "2020-08-11T15:51:56.088716Z" } }, "outputs": [], "source": [ "import pandas as pd\n", "import seaborn as sns" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Data & column memory statistics" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "execution": { "iopub.execute_input": "2020-08-11T15:51:56.839417Z", "iopub.status.busy": "2020-08-11T15:51:56.839203Z", "iopub.status.idle": "2020-08-11T15:51:56.888382Z", "shell.execute_reply": "2020-08-11T15:51:56.887185Z", "shell.execute_reply.started": "2020-08-11T15:51:56.839382Z" } }, "outputs": [ { "data": { "text/html": [ "
| \n", " | sepal_length | \n", "sepal_width | \n", "petal_length | \n", "petal_width | \n", "species | \n", "
|---|---|---|---|---|---|
| 0 | \n", "5.1 | \n", "3.5 | \n", "1.4 | \n", "0.2 | \n", "setosa | \n", "
| 1 | \n", "4.9 | \n", "3.0 | \n", "1.4 | \n", "0.2 | \n", "setosa | \n", "
| 2 | \n", "4.7 | \n", "3.2 | \n", "1.3 | \n", "0.2 | \n", "setosa | \n", "
| 3 | \n", "4.6 | \n", "3.1 | \n", "1.5 | \n", "0.2 | \n", "setosa | \n", "
| 4 | \n", "5.0 | \n", "3.6 | \n", "1.4 | \n", "0.2 | \n", "setosa | \n", "