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
the issue is that the freq is not valid (and hence is None) for only 2 samples (you need at least 3 to have a frequency). I think its possible to relax this, esp when resampling.
I'm having problems with
groupby
withTimeGrouper
followed by agg whenDataFrame
has two lines with unique values.The main idea is to group by name and date by resample it into 60 seconds intervals. On this example the desired output would be something like this:
But it returns this:
Sometimes
agg
ignores data if there is nothing to aggregate on, this doesn't seems right to me.The text was updated successfully, but these errors were encountered: