Answers for "get a specific row of a dataframe"

11

how to get specific row in pandas

df.loc[df['column_name'] == some_value]
Posted by: Guest on April-13-2020

Code answers related to "get a specific row of a dataframe"

Python Answers by Framework

Browse Popular Code Answers by Language