﻿
NestedSeries
============

.. currentmodule:: nested_pandas

.. autoclass:: NestedSeries

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~NestedSeries.__init__
      ~NestedSeries.abs
      ~NestedSeries.add
      ~NestedSeries.add_prefix
      ~NestedSeries.add_suffix
      ~NestedSeries.agg
      ~NestedSeries.aggregate
      ~NestedSeries.align
      ~NestedSeries.all
      ~NestedSeries.any
      ~NestedSeries.apply
      ~NestedSeries.argmax
      ~NestedSeries.argmin
      ~NestedSeries.argsort
      ~NestedSeries.asfreq
      ~NestedSeries.asof
      ~NestedSeries.astype
      ~NestedSeries.at_time
      ~NestedSeries.autocorr
      ~NestedSeries.backfill
      ~NestedSeries.between
      ~NestedSeries.between_time
      ~NestedSeries.bfill
      ~NestedSeries.bool
      ~NestedSeries.case_when
      ~NestedSeries.clip
      ~NestedSeries.combine
      ~NestedSeries.combine_first
      ~NestedSeries.compare
      ~NestedSeries.convert_dtypes
      ~NestedSeries.copy
      ~NestedSeries.corr
      ~NestedSeries.count
      ~NestedSeries.cov
      ~NestedSeries.cummax
      ~NestedSeries.cummin
      ~NestedSeries.cumprod
      ~NestedSeries.cumsum
      ~NestedSeries.describe
      ~NestedSeries.diff
      ~NestedSeries.div
      ~NestedSeries.divide
      ~NestedSeries.divmod
      ~NestedSeries.dot
      ~NestedSeries.drop
      ~NestedSeries.drop_duplicates
      ~NestedSeries.droplevel
      ~NestedSeries.dropna
      ~NestedSeries.duplicated
      ~NestedSeries.eq
      ~NestedSeries.equals
      ~NestedSeries.ewm
      ~NestedSeries.expanding
      ~NestedSeries.explode
      ~NestedSeries.factorize
      ~NestedSeries.ffill
      ~NestedSeries.fillna
      ~NestedSeries.filter
      ~NestedSeries.first
      ~NestedSeries.first_valid_index
      ~NestedSeries.floordiv
      ~NestedSeries.ge
      ~NestedSeries.get
      ~NestedSeries.groupby
      ~NestedSeries.gt
      ~NestedSeries.head
      ~NestedSeries.hist
      ~NestedSeries.idxmax
      ~NestedSeries.idxmin
      ~NestedSeries.infer_objects
      ~NestedSeries.info
      ~NestedSeries.interpolate
      ~NestedSeries.isin
      ~NestedSeries.isna
      ~NestedSeries.isnull
      ~NestedSeries.item
      ~NestedSeries.items
      ~NestedSeries.keys
      ~NestedSeries.kurt
      ~NestedSeries.kurtosis
      ~NestedSeries.last
      ~NestedSeries.last_valid_index
      ~NestedSeries.le
      ~NestedSeries.len
      ~NestedSeries.lt
      ~NestedSeries.map
      ~NestedSeries.mask
      ~NestedSeries.max
      ~NestedSeries.mean
      ~NestedSeries.median
      ~NestedSeries.memory_usage
      ~NestedSeries.min
      ~NestedSeries.mod
      ~NestedSeries.mode
      ~NestedSeries.mul
      ~NestedSeries.multiply
      ~NestedSeries.ne
      ~NestedSeries.nlargest
      ~NestedSeries.notna
      ~NestedSeries.notnull
      ~NestedSeries.nsmallest
      ~NestedSeries.nunique
      ~NestedSeries.pad
      ~NestedSeries.pct_change
      ~NestedSeries.pipe
      ~NestedSeries.pop
      ~NestedSeries.pow
      ~NestedSeries.prod
      ~NestedSeries.product
      ~NestedSeries.quantile
      ~NestedSeries.radd
      ~NestedSeries.rank
      ~NestedSeries.ravel
      ~NestedSeries.rdiv
      ~NestedSeries.rdivmod
      ~NestedSeries.reindex
      ~NestedSeries.reindex_like
      ~NestedSeries.rename
      ~NestedSeries.rename_axis
      ~NestedSeries.reorder_levels
      ~NestedSeries.repeat
      ~NestedSeries.replace
      ~NestedSeries.resample
      ~NestedSeries.reset_index
      ~NestedSeries.rfloordiv
      ~NestedSeries.rmod
      ~NestedSeries.rmul
      ~NestedSeries.rolling
      ~NestedSeries.round
      ~NestedSeries.rpow
      ~NestedSeries.rsub
      ~NestedSeries.rtruediv
      ~NestedSeries.sample
      ~NestedSeries.searchsorted
      ~NestedSeries.sem
      ~NestedSeries.set_axis
      ~NestedSeries.set_flags
      ~NestedSeries.shift
      ~NestedSeries.skew
      ~NestedSeries.sort_index
      ~NestedSeries.sort_values
      ~NestedSeries.squeeze
      ~NestedSeries.std
      ~NestedSeries.sub
      ~NestedSeries.subtract
      ~NestedSeries.sum
      ~NestedSeries.swapaxes
      ~NestedSeries.swaplevel
      ~NestedSeries.tail
      ~NestedSeries.take
      ~NestedSeries.to_clipboard
      ~NestedSeries.to_csv
      ~NestedSeries.to_dict
      ~NestedSeries.to_excel
      ~NestedSeries.to_flat
      ~NestedSeries.to_frame
      ~NestedSeries.to_hdf
      ~NestedSeries.to_json
      ~NestedSeries.to_latex
      ~NestedSeries.to_list
      ~NestedSeries.to_lists
      ~NestedSeries.to_markdown
      ~NestedSeries.to_numpy
      ~NestedSeries.to_period
      ~NestedSeries.to_pickle
      ~NestedSeries.to_sql
      ~NestedSeries.to_string
      ~NestedSeries.to_timestamp
      ~NestedSeries.to_xarray
      ~NestedSeries.tolist
      ~NestedSeries.transform
      ~NestedSeries.transpose
      ~NestedSeries.truediv
      ~NestedSeries.truncate
      ~NestedSeries.tz_convert
      ~NestedSeries.tz_localize
      ~NestedSeries.unique
      ~NestedSeries.unstack
      ~NestedSeries.update
      ~NestedSeries.value_counts
      ~NestedSeries.var
      ~NestedSeries.view
      ~NestedSeries.where
      ~NestedSeries.xs
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~NestedSeries.T
      ~NestedSeries.array
      ~NestedSeries.at
      ~NestedSeries.attrs
      ~NestedSeries.axes
      ~NestedSeries.columns
      ~NestedSeries.dtype
      ~NestedSeries.dtypes
      ~NestedSeries.empty
      ~NestedSeries.fields
      ~NestedSeries.flags
      ~NestedSeries.flat_length
      ~NestedSeries.hasnans
      ~NestedSeries.iat
      ~NestedSeries.iloc
      ~NestedSeries.index
      ~NestedSeries.is_monotonic_decreasing
      ~NestedSeries.is_monotonic_increasing
      ~NestedSeries.is_unique
      ~NestedSeries.list_lengths
      ~NestedSeries.loc
      ~NestedSeries.name
      ~NestedSeries.nbytes
      ~NestedSeries.ndim
      ~NestedSeries.shape
      ~NestedSeries.size
      ~NestedSeries.values
   
   