質問編集履歴
2
あ
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','CP
|
35
|
+
grp[['Spend','CPC']].round(2)
|
36
36
|
|
37
37
|
|
38
38
|
|
1
ゴキ
test
CHANGED
File without changes
|
test
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
|
51
51
|
"B":Tweet1,
|
52
52
|
|
53
|
-
'
|
53
|
+
'Total': Tweet2 }
|
54
54
|
|
55
55
|
f = pd.DataFrame(data)
|
56
56
|
|