Advanced Python
Projects, Session 8
NOTE: WHEN COMPLETE, PLEASE EMAIL YOUR .ipynb FILE, To submit your solutions, save your notebook, then please send an email to me with the session_8_homework.ipynb file attached. (If you'd like to make my life a tiny bit easier, please rename the notebook with your name, for example session_8_homework_jim_jansen,ipynb - thanks!) |
|
8.1 | Download session_8_homework.ipynb from the session_8_working_files folder (also linked from the course materials page). To do this, right click the link and select "Save Link As" (or similar) and save to a local folder. Also download bond_feed_tiny.xls to the same directory. |
The questions are written as comments in each cell, and the expected output is written as a comment beneath each cell. Enter the pandas / Python code needed to answer each question and print the resulting object -- you should hopefully see your output match the expected output. Remember that changes to a cell will not affect another cell until you run each cell. You can run all cells if you wish -- see the manu. (Use Shift - [Enter] to run the current cell and drop down.) Let me know your questions. |
|