pyspark.sql.DataFrame.dtypes

財產 DataFrame。 dtypes

返回所有列名和數據類型作為一個列表。

例子

> > >dfdtypes((“年齡”、“int”)(“名字”,“字符串”)]