Use the movies.csv and tags.csv files to generate a data frame containing only 2 columns - movie name, metadata. The metadata column will be generated using the genres field from movies.csv and tag field from tags.csv. Use pandas library to make work easier.
Use the movies.csv and tags.csv files to generate a data frame containing only 2 columns - movie name, metadata. The metadata column will be generated using the genres field from movies.csv and tag field from tags.csv. Use pandas library to make work easier.