I am using in keyword with df.loc[] and getting error.
missing_value=[\'a\',\'b\'] df=df.loc[df[\'Alpha\'] in missing_value]
How can this be acco