You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pandas is in the progress of deprecating to allow non-class returns from _constructor and _constructor_sliced (pandas-dev/pandas#52420).
This in turn means that FastF1 needs to change its implementations for differentiating between horizontal and vertical slicing of dataframes.
Also, the __finalize__ call that is done as a patch to work around the incomplete implementation in pandas needs to be removed from the constructor properties.