Conditionals

Report a typo

Take a look at the df dataframe:

+----+-----------+-----------+
|    | column1   |   column2 |
|----+-----------+-----------|
|  0 | a         |         1 |
|  1 | b         |         2 |
|  2 | c         |         3 |
+----+-----------+-----------+

Which option will select the rows with b in the column1 or the rows with values less than 3 in the column2 ?

Select one option from the list
___

Create a free account to access the full topic