xpressinsight.DataFrame.__init__ |
|
Purpose
Initializes
DataFrame.
Synopsis
__init__(self, index: Union[str, List[str]], columns: Union[xpressinsight.Column, List[xpressinsight.Column]])
Arguments
index
|
The index to use.
|
columns
|
The columns which make up this data-frame.
|