GeekHaven / GeektoberFest-AI

This repository contains the basic projects related to Data Sciences and AI.
2 stars 8 forks source link

Movie Recommender System : Prepare metadata dataframe #2

Closed Lazy-Leopard closed 4 years ago

Lazy-Leopard commented 4 years ago

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.

aarpit1010 commented 4 years ago

Can I work on this?

Lazy-Leopard commented 4 years ago

Yes @aarpit1010 @Parasagrawal both of you can try this out. First correct PR closes this issue.