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)