DataFrameReader。
格式
指定輸入數據源格式。
字符串,數據源的名稱,例如“json”、“鋪”。
例子
> > >df=火花。讀。格式(json的)。負載(“python / test_support / sql / people.json”)> > >df。dtypes[(“年齡”、“長整型數字”)(“名字”,“字符串”)]
以前的
pyspark.sql.DataFrameReader.csv
下一個
pyspark.sql.DataFrameReader.jdbc