Loads a Parquet file, returning the result as a DataFrame.
parquetFile(sqlContext, ...)
sqlContext
SQLContext to use
...
Path(s) of parquet file(s) to read.
DataFrame