From 971d34c1ce142726aabcf6d5a720558347ffe651 Mon Sep 17 00:00:00 2001 From: kwinkunks Date: Sun, 21 Apr 2024 11:22:55 +0200 Subject: [PATCH] Building docs --- docs/notebooks/Using_redflag_with_Pandas.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebooks/Using_redflag_with_Pandas.ipynb b/docs/notebooks/Using_redflag_with_Pandas.ipynb index 47456b9..d2b266d 100644 --- a/docs/notebooks/Using_redflag_with_Pandas.ipynb +++ b/docs/notebooks/Using_redflag_with_Pandas.ipynb @@ -7,7 +7,7 @@ "source": [ "# 🚩 Using `redflag` with Pandas\n", "\n", - "As well as using `redflag`'s functions directly (see [`Basic_usage.ipynb`](`./Basic_usage.ipynb`)), or with `sklearn` (see `Using_redflag_with_Pandas.ipynb`), `redflag` has some Pandas 'accessors' that give you access to some `redflag` functions almost as if they were methods on Pandas objects.\n", + "As well as using `redflag`'s functions directly (see `Basic_usage.ipynb`), or with `sklearn` (see `Using_redflag_with_Pandas.ipynb`), `redflag` has some Pandas 'accessors' that give you access to some `redflag` functions almost as if they were methods on Pandas objects.\n", "\n", "The best way to get the idea is to look at an example.\n", "\n",