Reindex flags refactoring + match method fix
Tiny rework of reindex flags. Syntax now is as follows:
saqc.concat(field='a', target='b', method='x')
The call is to be read as: Append history of a
to history of b
, and use method x
for resampling the row index.
Also fixed the match method keyword (appending with no resampling method applied. Preassumes field
and target
to have identical indices.)
Merge request reports
Activity
Filter activity
added accepted category: Flags / History category: algorithms cleanup/refactoring usability + 1 deleted label
assigned to @schaefed
mentioned in issue #252 (closed)
mentioned in commit 579666c8
Please register or sign in to reply