Skip to content

Commit

Permalink
Update values
Browse files Browse the repository at this point in the history
  • Loading branch information
TanGuiShan committed Mar 21, 2024
1 parent f4566e9 commit 7fc3c5c
Show file tree
Hide file tree
Showing 2 changed files with 2,198 additions and 2,196 deletions.
12 changes: 7 additions & 5 deletions Data Preparation.ipynb
Expand Up @@ -3840,8 +3840,10 @@
"## convert 'Nan' to None for aired dates.\n",
"animelist_df['aired_from'].fillna(\"Not aired\",inplace=True)\n",
"animelist_df['aired_to'].fillna(\"Not aired\",inplace=True)\n",
"animelist_df['date_aired'].fillna(\"Not aired\",inplace=True)\n",
"animelist_df['year'].fillna(0.00,inplace=True)\n",
"animelist_df['date_aired'].fillna(0-0-0,inplace=True)\n",
"animelist_df['year'].fillna(0,inplace=True)\n",
"\n",
"animelist_df['duration_minutes'].fillna(0,inplace=True)\n",
"##find out whether aired time and primied have relation"
]
},
Expand Down Expand Up @@ -3875,10 +3877,10 @@
" studio | has (0)\n",
" aired_from | has (0)\n",
" aired_to | has (0)\n",
" year | has (2191)\n",
" year | has (0)\n",
" start_season | has (0)\n",
" date_aired | has (2191)\n",
" duration_minutes | has (405)\n",
" date_aired | has (0)\n",
" duration_minutes | has (0)\n",
" Action | has (0)\n",
" Adventure | has (0)\n",
" Cars | has (0)\n",
Expand Down

0 comments on commit 7fc3c5c

Please sign in to comment.