Skip to content

Commit

Permalink
Saving datasets for easier manipulation
Browse files Browse the repository at this point in the history
  • Loading branch information
Proche78 committed Dec 11, 2024
1 parent a229847 commit 9cd0291
Show file tree
Hide file tree
Showing 9 changed files with 3,061,571 additions and 1,744 deletions.
5 changes: 1 addition & 4 deletions Pauline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": null,
"id": "082dcc01",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -1882,9 +1882,6 @@
"\n",
" print(f\"There are {char_rating.shape[0]} rows in the merged dataset\")\n",
" return char_rating\n",
"\n",
"expanded_df = merge_imdb_and_dataset(imdb_votes, mov_char_data, \"data/raw/imdb\")\n",
"expanded_df.head(10)\n",
"\n"
]
},
Expand Down
171,401 changes: 171,401 additions & 0 deletions data/clean/expanded/expanded_df.csv

Large diffs are not rendered by default.

171,401 changes: 171,401 additions & 0 deletions data/clean/expanded/merged_imdb_mov_char.csv

Large diffs are not rendered by default.

Loading

0 comments on commit 9cd0291

Please sign in to comment.