i loaded a json file into a dataframe using pd.read_json. One of the column named Info has the data in the form of {'name': 'john', 'lname': 'buck', 'address': '101 N state'}
there are 3 other columns with normal value like id, date, post
Q - how to extract all the rows from a dataframe where lname = 'buck'