Python script stopped working
I am using a Python script to split multi value cells into separate rows, The script was working fine for a few days and now it fails, anything I should look into checking ? Import the domomagic package into the scriptfrom domomagic import * import pandas as pd read data from inputs into a data frameinput1 =…