how to select a column and a specific range of rows python code example Example: how to get a row of a dataframe with subset columns in python df.iloc[1:3, 5:7]