From 775ac65af5266aab8b333fe91549a1c9780ce283 Mon Sep 17 00:00:00 2001 From: judah-axelrod Date: Fri, 26 Apr 2024 14:01:59 -0400 Subject: [PATCH] Trivial change to force full site rebuild --- site/content/intro-to-pandas.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/intro-to-pandas.ipynb b/site/content/intro-to-pandas.ipynb index bed39dd..0c08017 100644 --- a/site/content/intro-to-pandas.ipynb +++ b/site/content/intro-to-pandas.ipynb @@ -19,7 +19,7 @@ "2. The Series\n", "3. The Index\n", "\n", - "This guide is not meant to be comprehensive, the most comprehensive documentation for Pandas is found [here](https://pandas.pydata.org/docs/#). The purpose of this guide is to inform a potential user of the functionality of Pandas and a general overview of how to accomplish basic data analysis tools." + "This guide is not meant to be comprehensive; the most comprehensive documentation for Pandas is found [here](https://pandas.pydata.org/docs/#). The purpose of this guide is to inform a potential user of the functionality of Pandas and a general overview of how to accomplish basic data analysis tools." ] }, { @@ -4081,7 +4081,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.8.3" } }, "nbformat": 4,