質問編集履歴
2
ソース修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -27,6 +27,10 @@
|
|
27
27
|
|
28
28
|
|
29
29
|
```pandas
|
30
|
+
|
31
|
+
import pandas as pd
|
32
|
+
|
33
|
+
|
30
34
|
|
31
35
|
df = pd.DataFrame({'店舗':['shop1', 'shop2', 'shop3', 'shop4', 'shop5', 'shop6', 'shop7', 'shop8', 'shop9', 'shop10'],
|
32
36
|
|
1
文章の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -59,3 +59,7 @@
|
|
59
59
|
`df.iloc[:,2:] / df.iloc[:,1] * 100`
|
60
60
|
|
61
61
|
を試しましたが、値が全てNaNのデータフレームが出力されてしまいました。
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
ご教示のほどよろしくお願いいたします。
|