.. _l-properties: Properties ========== .. contents:: :local: :depth: 1 Summary +++++++ +----------------------------------------------------------------------------+--------------------+-----------------------------------------------------------------------------------------------------------------+ | property | class parent | truncated documentation | +============================================================================+====================+=================================================================================================================+ | :meth:`columns ` | StreamingDataFrame | See :epkg:`pandas:DataFrame:columns`. | +----------------------------------------------------------------------------+--------------------+-----------------------------------------------------------------------------------------------------------------+ | :meth:`columns ` | StreamingSeries | See :epkg:`pandas:DataFrame:columns`. | +----------------------------------------------------------------------------+--------------------+-----------------------------------------------------------------------------------------------------------------+ | :meth:`dtypes ` | StreamingDataFrame | See :epkg:`pandas:DataFrame:dtypes`. | +----------------------------------------------------------------------------+--------------------+-----------------------------------------------------------------------------------------------------------------+ | :meth:`dtypes ` | StreamingSeries | See :epkg:`pandas:DataFrame:dtypes`. | +----------------------------------------------------------------------------+--------------------+-----------------------------------------------------------------------------------------------------------------+ | :meth:`shape ` | StreamingDataFrame | This is the kind of operations you do not want to do when a file is large because it goes through the whole ... | +----------------------------------------------------------------------------+--------------------+-----------------------------------------------------------------------------------------------------------------+ | :meth:`shape ` | StreamingSeries | This is the kind of operations you do not want to do when a file is large because it goes through the whole ... | +----------------------------------------------------------------------------+--------------------+-----------------------------------------------------------------------------------------------------------------+