tsfresh icon indicating copy to clipboard operation
tsfresh copied to clipboard

Use pandas Index.equals in check_if_pandas_series

Open PaulVoigt opened this issue 2 years ago • 0 comments

The current implementation of checking the index of x and y is very unefficient for large data. Using the Panda function Index.equals solves this.

grafik

PaulVoigt avatar Aug 09 '22 13:08 PaulVoigt