Scenario Mode
👤 Your Role: You are a customer support analyst at an online store.
📋 Request: Your manager wants you to identify orders that include a specific product code pattern and extract the product code from the order descriptions.
📊 Data: You have a list of order descriptions. Each description may contain a product code in the format 'PROD' followed by 3 digits, like PROD123.
🎯 Deliverable: Create a new column that shows TRUE if the order description contains a product code and another column that extracts the product code from the description.
Progress0 / 3 steps