﻿
NestedDtype
===========

.. currentmodule:: nested_pandas

.. autoclass:: NestedDtype

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~NestedDtype.__init__
      ~NestedDtype.column_dtype
      ~NestedDtype.construct_array_type
      ~NestedDtype.construct_from_string
      ~NestedDtype.empty
      ~NestedDtype.field_dtype
      ~NestedDtype.from_columns
      ~NestedDtype.from_fields
      ~NestedDtype.from_pandas_arrow_dtype
      ~NestedDtype.is_dtype
      ~NestedDtype.to_pandas_arrow_dtype
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~NestedDtype.column_dtypes
      ~NestedDtype.field_dtypes
      ~NestedDtype.field_names
      ~NestedDtype.fields
      ~NestedDtype.index_class
      ~NestedDtype.kind
      ~NestedDtype.na_value
      ~NestedDtype.name
      ~NestedDtype.names
      ~NestedDtype.struct_list_pa_dtype
      ~NestedDtype.pyarrow_dtype
   
   