This screenshot is the sample of the merged movielens dataset, I have two questions:
- If I want to extract only user 191 movieid, title, genres and ratings alone, how will I do this?
- How can I list out only the years at the end of each movie title?
Any guide will be highly appreciated.

First question; Use a Boolean selection
Second question# Use regex to extract phrases between brackets