Question: Below is the code that returns the customers who purchased Tables. Write the code that returns the Order IDs made in 2019 (5 pts), the

Below is the code that returns the customers who purchased "Tables". Write the code that returns the Order IDs made in 2019 (5 pts), the Order IDs made in the state of California (5 pts), and the Order IDs made in the state of California in 2019 5.d) Below is the code that returns the customers who purchased "Tables". Write the code that returns the Order IDs made in 2019 (5 pts), the Order IDs made in the state of California (5 pts), and the Order IDs made in the state of California in 2019 (5 pts) import numpy as np superStoreCustomersNames = np.array(superStoreData["Customer Name"]) superStoreAllSubCategories = np.array(superStoreData["Sub-Category"]) superStoreCustomersNames[(superStoreAllSubCategories = = "Tables")]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
