回答編集履歴

1

タイポの修正

2017/12/01 10:41

投稿

magichan
magichan

スコア15898

test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  if pd.isnull(row['Age']):
46
46
 
47
- return combine.ix[combine["person_child"] == data["person_child"], 'Age'].mean()
47
+ return combine.ix[combine["person_child"] == row["person_child"], 'Age'].mean()
48
48
 
49
49
  else:
50
50