grp3=df.groupby(['Time period','ID']).sum().round(0) grp3['CPI']=grp3['Spend']/grp3['Installs'] Pivot=grp3.pivot_table(index='Time',columns='ID', values=['Spend'],aggfunc='sum').round().fillna(0) Pivot.index=pd.to_datetime(Pivot.index) Pivot.loc['2020/3/02':'2020/3/04']
【試したこと&したいこと】
指定の日付、3月4日でSpendが0以上のキャンペーンの数を数える。
Pivot[Pivot.index=='2020-03-04']&[Pivot.Spend>0]
Unable to coerce to Series, length must be 17: given 1
【欲しい結果】
printで、2020-03-04のキャンペーン(SPend>0)はxx個を出したい。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。