Uses of Interface
fr.project.lib.IDataFrame
Packages that use IDataFrame
-
Uses of IDataFrame in fr.project.lib
Classes in fr.project.lib that implement IDataFrameModifier and TypeClassDescriptionclassA Java implementation of a DataFrame similar to pandas' DataFrame.Methods in fr.project.lib that return IDataFrameModifier and TypeMethodDescriptionDataFrame.get(int... colIndices) Gets subset DataFrame containing specified columns (by index)Gets subset DataFrame containing specified columns (by name)IDataFrame.get(int... columnIndices) Gets a subset DataFrame containing only the specified columns by index.Gets a subset DataFrame containing only the specified columns.