Sobes.tech
Middle

Select rows from a DataFrame where the value in column "col1" is greater than 1 and less than 3. df = pd.DataFrame([[1, "A"], [2, "B"], [3, "C"]], columns = ["col1", "col2"])