Hi all ,
Can we create data frame from excels sheet or csv file , in below example It 
seems they support only json ?


DataFrame df = 
sqlContext.read().json("examples/src/main/resources/people.json");

Reply via email to