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
Keyword argument level for aggregation methods of DataFrame or Series (e.g., .mean) has been removed from pandas 2.0 release in favor of explicitly using .groupby operation. This has however breaks at least trackpy.motion.emsd.
Perhaps limiting trackpy's pandas dependency to be < 2 before rewriting these methods with groupby?
The text was updated successfully, but these errors were encountered:
Keyword argument
level
for aggregation methods of DataFrame or Series (e.g.,.mean
) has been removed from pandas 2.0 release in favor of explicitly using.groupby
operation. This has however breaks at leasttrackpy.motion.emsd
.Perhaps limiting trackpy's pandas dependency to be < 2 before rewriting these methods with
groupby
?The text was updated successfully, but these errors were encountered: