質問編集履歴

2

2020/03/16 05:34

投稿

pon244
pon244

スコア59

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  grp['CPC']=grp['Spend']/grp['Results']
34
34
 
35
- grp[['Spend','CPLC']].round(2)
35
+ grp[['Spend','CPC']].round(2)
36
36
 
37
37
 
38
38
 

1

ゴキ

2020/03/16 05:34

投稿

pon244
pon244

スコア59

test CHANGED
File without changes
test CHANGED
@@ -50,7 +50,7 @@
50
50
 
51
51
  "B":Tweet1,
52
52
 
53
- 'C': Tweet1 }
53
+ 'Total': Tweet2 }
54
54
 
55
55
  f = pd.DataFrame(data)
56
56