Queer European MD passionate about IT
浏览代码

Clarify why the rating is wrong for row 10472

Alex 4 年之前
父节点
当前提交
8f2d67e170
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Mission350Solutions.ipynb

+ 1 - 1
Mission350Solutions.ipynb

@@ -217,7 +217,7 @@
     "id": "quFWJnigdw2_"
    },
    "source": [
-    "The row 10472 corresponds to the app _Life Made WI-Fi Touchscreen Photo Frame_, and we can see that the rating is 19. This is clearly off because the maximum rating for a Google Play app is 5. As a consequence, we'll delete this row."
+    "The row 10472 corresponds to the app _Life Made WI-Fi Touchscreen Photo Frame_, and we can see that the rating is 19. This is clearly off because the maximum rating for a Google Play app is 5 (as mentioned in the [discussions section](https://www.kaggle.com/lava18/google-play-store-apps/discussion/66015), this problem is caused by a missing value in the `'Category'` column). As a consequence, we'll delete this row. "
    ]
   },
   {