ML.DATA.CONVERT_TO_DF¶
Converts an Excel table or range to a DataFrame object in the workbook.
Syntax¶
Arguments¶
| Name | Type | Default | Description |
|---|---|---|---|
| table | DataFrame | The Excel range or table to wrap as a DataFrame object. |
Examples¶
Examples coming soon
Working Excel formula examples for this function are not yet written.