Selecting rows

julia> df[needed_rows, :]
3×2 DataFrame
 Row │ x      y
     │ Int64  String
─────┼───────────────
   1 │     2  b
   2 │     2  b
   3 │     3  c

Please make sure to enclose your code in triple backticks ``` to make copy/pasting easier.