From d7444d9c7dda43a8774b83fd35fc5aa630d5569d Mon Sep 17 00:00:00 2001 From: Serdar Tumgoren Date: Thu, 4 Apr 2024 20:21:46 -0700 Subject: [PATCH] remove link in pandas filtering --- content/pandas_filtering.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pandas_filtering.ipynb b/content/pandas_filtering.ipynb index d3072b5..7407b5b 100644 --- a/content/pandas_filtering.ipynb +++ b/content/pandas_filtering.ipynb @@ -357,7 +357,7 @@ "\n", "But you're ready now, right? AWESOME. Here we go...\n", "\n", - "When dealing with dates, you want to make sure that the column containing a date is truly a [datetime]() column, as opposed to a text representation of a date.\n", + "When dealing with dates, you want to make sure that the column containing a date is truly a `datetime` column, as opposed to a text representation of a date.\n", "\n", "Let's check our original DataFrame to see what we're working with." ]