Package 

Class DropKt

    • Method Summary

      Modifier and Type Method Description
      final static <T extends Any> DataFrame<T> drop(DataFrame<T> $self, Function2<DataRow<T>, DataRow<T>, Boolean> predicate)
      final static <T extends Any> DataColumn<T> drop(DataColumn<T> $self, Function1<T, Boolean> predicate)
      • Methods inherited from class java.lang.Object

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