Skip to content

MAINT: Fixed bug related to performance of get_data when using start/stop parameters

Description

Low performance in get_data function has been fixed by passing a copy of the sliced dataframe when start and/or stop are given by th user.

Closes #298 (closed)

Merge request reports