I'm using movielens database and I need to create a dataframe about movies X genres in python. In other words, I need to transform the dataframe in a new binary dataframe.
How can I do this in a optimized way?
I'm using movielens database and I need to create a dataframe about movies X genres in python. In other words, I need to transform the dataframe in a new binary dataframe.
How can I do this in a optimized way?