Package pandas.core

Class BlockManager

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,​java.lang.Object>
    Direct Known Subclasses:
    SingleBlockManager

    public class BlockManager
    extends CythonObject
    See Also:
    Serialized Form
    • Constructor Detail

      • BlockManager

        public BlockManager​(java.lang.String module,
                            java.lang.String name)
    • Method Detail

      • __init__

        public void __init__​(java.lang.Object[] args)
        Overrides:
        __init__ in class CythonObject
      • getColumnAxis

        public Index getColumnAxis()
      • getRowAxis

        public Index getRowAxis()
      • getAxesArray

        public java.util.List<Index> getAxesArray()
      • getBlockItems

        public java.util.List<Index> getBlockItems()
      • setBlockItems

        public BlockManager setBlockItems​(java.util.List<Index> blockItems)
      • getBlockValues

        public java.util.List<HasArray> getBlockValues()
      • getIndexList

        public java.util.List<Index> getIndexList​(java.lang.String name)