From 84eba260015cd094eb587adf9f302cd2825b6958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bel=C3=A1k?= Date: Wed, 4 Oct 2023 14:38:16 +0200 Subject: [PATCH] docs: replace bad character --- edvart/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edvart/utils.py b/edvart/utils.py index 2ff67ab..0c9e201 100755 --- a/edvart/utils.py +++ b/edvart/utils.py @@ -105,7 +105,7 @@ def reindex_to_period( period_column : str Which column containing periods to index by. freq : Union[str, pd.Offset] - One of pandas’ offset strings or an Offset object. Will be inferred by default. + One of pandas' offset strings or an Offset object. Will be inferred by default. keep_index : str, optional Name of column to store the original index. The original index will be discarded by default.