Returns a function that extracts the latest point for a single time series.
The returned point is the last occuring point within the range of a given time series.
Returns an empty summary when the series is empty.
Returns:
A function that accepts a single time series and returns the last point in the provided series. The dataframe
contains a single row with the last point.