DataFrameList-class: List of DataFrames
Description
Represents a list of DataFrame
objects.
The SplitDataFrameList
class contains the additional restriction
that all the columns be of the same name and type. Internally it is stored
as a list of DataFrame
objects and extends
List
.See Also
DataFrame
, RangedData
,
which uses a DataFrameList
to split the data by the spaces.