Contents
Subtract the provided time series from the current one (at common dates).
ts (Gts) – Time series to subtract (Gts instance).
tol (float, optional) – Date tolerance in days to consider two dates identical (default 0.05 day).
verbose (bool, optional) – Verbose mode.
New Gts with code self.code+’_’+ts.code; .data_xyz set to None.
Gts