﻿dask.dataframe.Index
====================

.. currentmodule:: dask.dataframe

.. autoclass:: Index

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~Index.__init__
      ~Index.abs
      ~Index.add
      ~Index.add_prefix
      ~Index.add_suffix
      ~Index.align
      ~Index.all
      ~Index.any
      ~Index.apply
      ~Index.astype
      ~Index.autocorr
      ~Index.between
      ~Index.bfill
      ~Index.clear_divisions
      ~Index.clip
      ~Index.combine
      ~Index.combine_first
      ~Index.compute
      ~Index.compute_current_divisions
      ~Index.copy
      ~Index.corr
      ~Index.count
      ~Index.cov
      ~Index.cummax
      ~Index.cummin
      ~Index.cumprod
      ~Index.cumsum
      ~Index.describe
      ~Index.diff
      ~Index.div
      ~Index.divide
      ~Index.dot
      ~Index.drop_duplicates
      ~Index.dropna
      ~Index.enforce_runtime_divisions
      ~Index.eq
      ~Index.explode
      ~Index.ffill
      ~Index.fillna
      ~Index.first
      ~Index.floordiv
      ~Index.ge
      ~Index.get_partition
      ~Index.groupby
      ~Index.gt
      ~Index.head
      ~Index.idxmax
      ~Index.idxmin
      ~Index.isin
      ~Index.isna
      ~Index.isnull
      ~Index.kurtosis
      ~Index.last
      ~Index.le
      ~Index.lt
      ~Index.map
      ~Index.map_overlap
      ~Index.map_partitions
      ~Index.mask
      ~Index.max
      ~Index.mean
      ~Index.median
      ~Index.median_approximate
      ~Index.memory_usage
      ~Index.memory_usage_per_partition
      ~Index.min
      ~Index.mod
      ~Index.mode
      ~Index.mul
      ~Index.ne
      ~Index.nlargest
      ~Index.notnull
      ~Index.nsmallest
      ~Index.nunique
      ~Index.nunique_approx
      ~Index.persist
      ~Index.pipe
      ~Index.pow
      ~Index.prod
      ~Index.product
      ~Index.quantile
      ~Index.radd
      ~Index.random_split
      ~Index.rdiv
      ~Index.reduction
      ~Index.rename
      ~Index.repartition
      ~Index.replace
      ~Index.resample
      ~Index.reset_index
      ~Index.rfloordiv
      ~Index.rmod
      ~Index.rmul
      ~Index.rolling
      ~Index.round
      ~Index.rpow
      ~Index.rsub
      ~Index.rtruediv
      ~Index.sample
      ~Index.sem
      ~Index.shift
      ~Index.shuffle
      ~Index.skew
      ~Index.squeeze
      ~Index.std
      ~Index.sub
      ~Index.sum
      ~Index.tail
      ~Index.to_backend
      ~Index.to_bag
      ~Index.to_csv
      ~Index.to_dask_array
      ~Index.to_delayed
      ~Index.to_frame
      ~Index.to_hdf
      ~Index.to_json
      ~Index.to_series
      ~Index.to_sql
      ~Index.to_string
      ~Index.to_timestamp
      ~Index.truediv
      ~Index.unique
      ~Index.value_counts
      ~Index.var
      ~Index.view
      ~Index.visualize
      ~Index.where
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~Index.attrs
      ~Index.axes
      ~Index.divisions
      ~Index.dtype
      ~Index.index
      ~Index.is_monotonic_decreasing
      ~Index.is_monotonic_increasing
      ~Index.known_divisions
      ~Index.loc
      ~Index.name
      ~Index.nbytes
      ~Index.ndim
      ~Index.npartitions
      ~Index.partitions
      ~Index.shape
      ~Index.size
      ~Index.values
   
   