how to get one specific value from columns and make a dataframe out of that code example
Example: get value of a pd for specific values in column
df.loc[df['column_name'].isin(some_values)]
df.loc[df['column_name'].isin(some_values)]