索引。
inferred_type
返回一個字符串的類型推斷值。
例子
> > >從datetime進口datetime> > >ps。指數([1,2,3])。inferred_type“整數”
> > >ps。指數([1.0,2.0,3.0])。inferred_type“浮動”
> > >ps。指數([“一個”,“b”,“c”])。inferred_type“字符串”
> > >ps。指數([真正的,假,真正的,假])。inferred_type“布爾”
以前的
pyspark.pandas.Index.dtype
下一個
pyspark.pandas.Index.is_all_dates