0

i have this column in a dataframe:

epicor issue,
epicor issue,
epicor launch issue,
epicor - employee invoice entry issue,
epicor weekly time entry issue,
having issues to export from epicor to excel ..system complains about license,
epicor slowness issue,
epicor reports issue,
epicor issue,

filter the above column with contains filter with two string "epicor" and "issue",result will contains all the above rows

i tried with contains with and

df[df['BriefDescription'].str.contains(keyword1,case=False)]

with contains filter i need below result.

epicor issue,
epicor issue,
epicor launch issue,
epicor - employee invoice entry issue,
epicor weekly time entry issue,
having issues to export from epicor to excel ..system complains about license,
epicor slowness issue,
epicor reports issue,
epicor issue,

0 Answers0