Skip to content

ts_prioritize in merge.py #55

@water-e

Description

@water-e

Idea is to have a function that prioritizes time series in order given like ts_merge. The listed series would be used from their first_valid_index to last_valid_index, but no filling of internal nans. Could be a switch to ts merge. The implementation could be as simple as filling the (copied) series and filling internal (first_valid to last_valid) nans with a weird value like -1.234e16, merging, and replacing of the weird values. Should be added to the merging tutorial notebook as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions