Page 1 of 1

https://drive.google.com/file/d/1ei2wrLCp-vVDqBI7CkxekT3NjESl4KDc/view?usp=sharing

Posted: Fri Jul 08, 2022 7:26 am
by answerhappygod

Https Drive Google Com File D 1ei2wrlcp Vvdqbi7ckxekt3njesl4kdc View Usp Sharing 1
Https Drive Google Com File D 1ei2wrlcp Vvdqbi7ckxekt3njesl4kdc View Usp Sharing 1 (95.99 KiB) Viewed 44 times
DO NOT COPY/PASTE YOUR CODE. PLEASE UPLOAD YOUR JUPYTER NOTEBOOK (.ipynb) FILES. Before you start please download 'goodreads.csv' from the following link. a) Load 'goodreads.csv'. b) But we are missing the column names. Add the following column names and display first 10 rows and the last 10 rows: ["title", "subtitle", "series", "author", "my_rating", "avg_rating", "publisher", "binding", "pages", "year_published", "month_read", "month_read_num", "year_read", "bookshelf"] c) List the books that has subtitle =NaN and series =NaN. d) Write a function that takes author's last name and returns all the books. e) List the books that receives avg_rating ≥3.5. f) List the books that receives myrating ≥3.5 and published in the year \ (2005\) of after.