I have 2 lists one looks like
['sdf_ratio_dffv','ewdef','edef_ratio_dcdc']
2nd one looks like
['%ratio%','%de%']
I want to find all the values that matches with the second one maybe with a likely function.
Is that possible in Pyspark/python? Can someone share their expertise here please?