Get values in a column which do not start with certain Alphabet
df1[~df1.package_req_id.str.get(0).isin(['Y'])]