From cfd735c9aac1ae2387f6c8f96f67b1e23fb337c8 Mon Sep 17 00:00:00 2001 From: edoardob90 Date: Fri, 15 Dec 2023 09:16:06 +0100 Subject: [PATCH] Add Pandas to index --- index.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.ipynb b/index.ipynb index f955f2e4..83ebe36b 100644 --- a/index.ipynb +++ b/index.ipynb @@ -27,7 +27,8 @@ "- [Matplotlib](./library_matplotlib.ipynb)\n", "- [NumPy](./library_numpy.ipynb)\n", "- [scikit-learn](./library_sklearn.ipynb)\n", - "- [SciPy](./library_scipy.ipynb)" + "- [SciPy](./library_scipy.ipynb)\n", + "- [Pandas](./library_pandas.ipynb)" ] } ], @@ -47,7 +48,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.1" + "version": "3.12.0" } }, "nbformat": 4,