Set up a local MySQL database (ecommerce) and loaded the raw tables (customers, orders, order_items, products, payments). Connected to MySQL from Python using mysql.connector, and created a cursor to ...