Skip to content

Commit e5181a8

Browse files
committed
remove solution
1 parent 5aec470 commit e5181a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

30_plotly_intro_to_libraries.ipynb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,6 @@
268268
" Returns:\n",
269269
" pd.DataFrame: A DataFrame containing the happiness data.\n",
270270
" \"\"\"\n",
271-
" # Read in the data\n",
272-
" happiness_df = pd.read_csv(path_to_happiness, encoding=\"latin1\")\n",
273-
"\n",
274-
" return happiness_df\n",
275271
" # Your code starts here\n",
276272
" return\n",
277273
" # Your code ends here"

0 commit comments

Comments
 (0)