Convert formula to list of numbers in python
I have a list of alphanumeric strings that includes two special characters + and -. The input, as shown below, represents part numbers for our company’s products. I would like to extract the individual components as an output. There are about 45,000 products, and the data below is a sample of the part numbers. How can I parse this string to distinguish between + and – and provide the correct output?