Class AbstractDataFrame.ColumnSeries

    • Method Detail

      • getName

        public java.lang.Object getName()
      • getType

        public java.lang.Class getType()
      • get

        public V get​(Row key)
      • getKey

        public Row getKey​(int i)
      • size

        public int size()
      • getAddress

        public int getAddress​(Row key)
      • keys

        public java.lang.Iterable<Row> keys()
      • reindex

        public <L> Series<L,​V> reindex​(L... keys)
      • head

        public Series<Row,​V> head​(int count)
      • tail

        public Series<Row,​V> tail​(int count)