DataFrame。
形狀
返回一個元組代表DataFrame的維度。
例子
> > >df=ps。DataFrame({“col1”:(1,2),“col2”:(3,4]})> > >df。形狀(2,2)
> > >df=ps。DataFrame({“col1”:(1,2),“col2”:(3,4),…“col3”:(5,6]})> > >df。形狀(2、3)
以前的
pyspark.pandas.DataFrame.dtypes
下一個
pyspark.pandas.DataFrame.axes