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
@danielballan fyi..i think the perf difference of using groupby(lambda x: x.date()) and resample is really inconsequential to calling the user function
look in pandas/algos.pyx, you would create something like group_nth_object and in pandas/src/generated.pyx, where group_nth_float64 and other dtypes are handled (the generated are code generateors)
Carrying over from SO comments
Is it worth adding kwargs
start
andstop
to enable this succinct usage?The text was updated successfully, but these errors were encountered: