I have been using Pandas for more than 3 months and I have an fair idea about the dataframes accessing and querying etc.
I have got an requirement wherein I wanted t
I know this is a pretty old post but I'm just going to leave this here for those who are looking for answers.
df.query('column_name == "value"')
This worked for me when I needed to query the dataframe for matching string.