Activity 4
Having mastered the data operation functionalities of Python, your team would like to explore the different powers that a pandas DataFrame can provide. You now need to fetch the products from the products table, and use a filter to get products that production_start_date falls in 2024. Once you get this data, save the result to a table called products_2024. Finally, as you complete all these, query the content of the new table to confirm the data has been properly loaded and drop the table to keep the database clean.