Technical requirementsUnderstanding the time series datasetPreparing a data modelpandas datetime operations, indexing, and slicing
– a refresherConverting the date columns into pd.Timestamp/DatetimeIndexUsing the .dt accessor and datetime propertiesSlicing and indexingCreating date sequences and managing date offsetsHandling missing dataConverting the half-hourly block-level data (hhblock) into time series dataCompact, expanded, and wide forms of dataEnforcing regular intervals in time seriesConverting the London Smart Meters dataset into a time series formatMapping additional informationSaving and loading files to diskHandling longer periods of missing dataImputing with the previous dayHourly average profileThe hourly average for each weekdaySeasonal interpolationSummary