Skip to content

Commit

Permalink
remove link in pandas filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
zstumgoren committed Apr 5, 2024
1 parent 59e35f4 commit d7444d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/pandas_filtering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
Expand Down

0 comments on commit d7444d9

Please sign in to comment.