回答編集履歴
1
タイポを修正
test
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
|
51
51
|
test1 = pd.Series([1, 6])
|
52
52
|
|
53
|
-
test["昨日"] = test1
|
53
|
+
test["昨日"] = test1
|
54
54
|
|
55
55
|
# ==> NG
|
56
56
|
|