pyspark.sql.DataFrameReader.format

DataFrameReader。 格式 ( :str )→pyspark.sql.readwriter.DataFrameReader

指定輸入數據源格式。

參數
str

字符串,數據源的名稱,例如“json”、“鋪”。

例子

> > >df=火花格式(json的)負載(“python / test_support / sql / people.json”)> > >dfdtypes[(“年齡”、“長整型數字”)(“名字”,“字符串”)]