Package 

Interface DataFrameForMove

  • All Implemented Interfaces:
    org.jetbrains.dataframe.DataFrameBase , org.jetbrains.dataframe.columns.ColumnSet , org.jetbrains.dataframe.columns.SingleColumn

    
    public interface DataFrameForMove<T extends Object>
     implements DataFrameBase<T>
                        
    • Method Summary

      Modifier and Type Method Description
      List<String> path(String columns)
      List<String> addPath(SingleColumn<?> $self, String columns)
      List<String> plus(SingleColumn<?> $self, String column)
      • Methods inherited from class org.jetbrains.dataframe.DataFrameForMove

        column, columns, get, get, get, get, get, get, getColumn, getGroup, getGroup, getTable, getTable, ncol, tryGetColumn, tryGetColumn
      • Methods inherited from class org.jetbrains.dataframe.DataFrameBase

        resolve, resolveSingle
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait