diff --git a/-2_values.ipynb b/-2_values.ipynb index 383a721a..11764ede 100644 --- a/-2_values.ipynb +++ b/-2_values.ipynb @@ -12,8 +12,19 @@ "cell_type": "code", "execution_count": 1, "id": "463e7151", - "metadata": {}, - "outputs": [], + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.\n", + "Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions.\n" + ] + } + ], "source": [ "import pandas as pd\n", "import numpy as np\n", @@ -109403,6 +109414,7 @@ { "cell_type": "code", "execution_count": 7, + "id": "bb80a11a", "metadata": { "scrolled": true }, @@ -109467,6 +109479,8 @@ }, { "cell_type": "markdown", + "id": "9c6931f2", + "metadata": {}, "source": [ "# Download CSV File" ] @@ -109601,7 +109615,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.19" + "version": "3.10.13" } }, "nbformat": 4,