Re: import CSV file using read.csv

2015-05-31 Thread Akhil Das
If it is spark related, then Something like this? csv = sc.textFile("hdfs:///stats/test.csv").map(*myFunc*) And create a myFunc in which you will convert the String to a CSV record and do whatever you want to do with it? Thanks Best Regards On Sun, May 31, 2015 at 2:50 AM, sherine ahmed wrote:

import CSV file using read.csv

2015-05-30 Thread sherine ahmed
Hi All , I need to read a csv file using read.csv function in igraph by python but i don't know where to put the data to be read by igraph and i don't know the exact syntax of importing a csv file into igraph so i would appreciate any help -- View this message in context: http://apache-spark-u