NavanYatavelli / fastpages

MIT License
0 stars 2 forks source link

Week 26 - Extracting and Using Data #27

Open NavanYatavelli opened 1 year ago

NavanYatavelli commented 1 year ago

1. Build copies of Notebooks with answers/comments for all questions and hacks in

Debugging screenshots showing understanding of key Objects. (.9+)

SQL Table showing the current list of swimmers image

Breakpoint in code showing the create method adding data for new swimmer image

Breakpoint in code showing the new swimmer has been created image

Output of the code cell showing that the new swimmer has been added image

SQL Table showing after the new record for swimmer is added image

2. Create your own Jupyter Notebook, using your own table. (.9) Notebook with Table

3. Create Menu/Tester with all CRUD operations, including Delete and Update). (.9) Menu with CRUD

My Quiz Results

image

This quiz were fairly straightforward. I would say I understand the concepts.

image I got this question incorrect. I now understand that A is one of the correct choices because the user wants to retrieve the file without any loss. So lossless compression algorithm before uploading is what user wants.

image Now I fully understand the mistake I made. I selected one wrong answer and one correct answer. The correct answer is sort by year, then filter by year, then filter by photographer.