Skip to content

Remove Table.time_columns #648

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

Similar to #647, we should not limit ourselves to always treating a time series as a (tagged) table.

Desired solution

The path from Table to TimeSeries via Table.time_columns should be removed. Instead, specify the name of the time column immediately when the TimeSeries is created (via the constructor or static methods).

In a later step, similar to Table.tag_columns, we can specify the features and excluded columns. This is only needed if we want to train a model on the data and should, thus, not be enforced. The library should also be able to handle unlabeled time series.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

Metadata

Metadata

Assignees

Labels

releasedIncluded in a release

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions