For example `db_ts_read(con, keys, valid_on, valid_from)` would only read vintages whose validity is larger or equal to valid_from. Same for db_dataset_read_ts etc. Good for excluding series that are old, i.e. are not updated anymore.
For example
db_ts_read(con, keys, valid_on, valid_from)would only read vintages whose validity is larger or equal to valid_from. Same for db_dataset_read_ts etc.
Good for excluding series that are old, i.e. are not updated anymore.