pyspark.pandas.Index.drop

索引。 下降 ( 标签:列表(任何] )→pyspark.pandas.indexes.base.Index

与通过新索引标签列表删除。

参数
标签 类数组
返回
下降了 指数

例子

> > >指数=ps指数([1,2,3])> > >指数Int64Index ([1, 2, 3], dtype =“int64”)
> > >指数下降([1])Int64Index ([2、3], dtype =“int64”)