Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
186 changes: 93 additions & 93 deletions anime_data_exploring.ipynb

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions anime_data_processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -1247,7 +1247,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -2964,7 +2964,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Dựa vào output ở trên, có một vài cột cócó kiểu dữ liệu chưa phù hợp. Nhóm sẽ xử lí kiểu dữ liệu của một vài cột để cho ra bộ dữ liệu tối ưu:"
"Dựa vào output ở trên, có một vài cột kiểu dữ liệu chưa phù hợp. Nhóm sẽ xử lí kiểu dữ liệu của một vài cột để cho ra bộ dữ liệu tối ưu:"
]
},
{
Expand Down Expand Up @@ -3044,9 +3044,9 @@
"metadata": {},
"source": [
"#### Điền giá trị cho cột `Rank`\n",
"Rank được xếp theo số điểm, nhưng trong dataset ban đầu rank và số điểm không được sắp xếp chính xác. Vì vậy nhóm sẽ thực hiện sắp xếp lại Rank theo độ ưu tiên giảm dần các thuộc tính: Score, Scored By và Name\n",
"Rank được xếp theo số điểm, nhưng trong dataset ban đầu rank và số điểm không được sắp xếp chính xác. Vì vậy nhóm sẽ thực hiện sắp xếp lại Rank theo độ ưu tiên giảm dần các thuộc tính: `Score`, `Scored By``Name`\n",
"\n",
"Sử dụng Scored by do cột này không thiếu giá trị nào, đồng thời số điểm theo đánh giá sẽ có giá trị hơn nếu càng nhiều người đánh giá"
"Sử dụng `Scored by` do cột này không thiếu giá trị nào, đồng thời số điểm theo đánh giá sẽ có giá trị hơn nếu càng nhiều người đánh giá"
]
},
{
Expand Down Expand Up @@ -3561,7 +3561,7 @@
},
{
"cell_type": "code",
"execution_count": 45,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -3603,7 +3603,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -3617,7 +3617,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.12.1"
}
},
"nbformat": 4,
Expand Down