Mercurial > hg > hybrid-music-recommender-using-content-based-and-social-information
changeset 3:566c90064778
Partial code to read Million Song Dataset (MSD) Taste Profile
author | Paulo Chiliguano <p.e.chiliguano@se14.qmul.ac.uk> |
---|---|
date | Sat, 11 Jul 2015 19:42:47 +0100 |
parents | cb62e1df4493 |
children | 9f187c06cd74 |
files | Code/read_taste_profile.py |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Code/read_taste_profile.py Sat Jul 11 19:42:47 2015 +0100 @@ -0,0 +1,12 @@ +# -*- coding: utf-8 -*- +""" +Created on Sat Jul 11 15:34:52 2015 + +@author: Paulo +""" + +import pandas as pd +import numpy as np + +df = pd.read_csv("C:/Users/Paulo/Documents/Queen Mary/MSc Project/Dataset/train_triplets.txt") +df.head() \ No newline at end of file