JavaScript must be enabled in order to use this site. Please enable JavaScript in your browser and refresh the page. DataFrame.__init__ 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. Parent Topic Data Model