# HG changeset patch
# User Paulo Chiliguano
# Date 1436640167 -3600
# Node ID 566c90064778fe5137ae084e66b696e75dad6c20
# Parent cb62e1df4493aaa434522d89003025eff5f764c3
Partial code to read Million Song Dataset (MSD) Taste Profile
diff -r cb62e1df4493 -r 566c90064778 Code/read_taste_profile.py
--- /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