dataframe_from_columns¶
- dataframe_from_columns = <function dataframe_from_columns>¶
Construct DataFrame from sequence of Columns.
- Parameters:
columns (Column) – Column(s) must be of the corresponding type of the DataFrame. For example, it is only supported to build a
LibraryXDataFrame
usingLibraryXColumn
instances.- Returns:
DataFrame