From caf31a8edd24d7731eb7def8b369aaf8cd0c7e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?bc=C2=B2?= Date: Wed, 10 Apr 2024 15:22:32 -0300 Subject: [PATCH] Missing word --- lectures/pandas/timeseries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/pandas/timeseries.md b/lectures/pandas/timeseries.md index 81dd38ed..4ba57163 100644 --- a/lectures/pandas/timeseries.md +++ b/lectures/pandas/timeseries.md @@ -60,7 +60,7 @@ series functionality. Among these topics are: - Parsing strings as dates -- Writing `datetime` objects as (inverse operation of previous point) +- Writing `datetime` objects as strings (inverse operation of previous point) - Extracting data from a DataFrame or Series with date information in the index - Shifting data through time (taking leads or lags)