pyspark.pandas.Index.is_object

索引。 is_object ( )→bool

返回如果當前指數類型是對象類型。

例子

> > >psDataFrame({“一個”:(1)},指數=(“一個”])指數is_object()真正的