{ "cells": [ { "cell_type": "markdown", "id": "c90fc14e", "metadata": {}, "source": [ "# Введение в анализ данных" ] }, { "cell_type": "code", "execution_count": 1, "id": "e3ec5968", "metadata": { "ExecuteTime": { "end_time": "2024-02-05T12:38:24.244612Z", "start_time": "2024-02-05T12:38:22.912698Z" } }, "outputs": [], "source": [ "import numpy as np\n", "from IPython.display import HTML\n", "import matplotlib.pyplot as plt\n", "import matplotlib.animation\n", "import seaborn as sns" ] }, { "cell_type": "markdown", "id": "54bf7343", "metadata": {}, "source": [ "