Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Magic Commands

Sri Harsha edited this page Jun 30, 2021 · 1 revision

The console supports the following magic command. This magic command must be placed in it's own cell.

Magic command Description
%insights_return(<data frame object>) Converts Python or R data frames into Insights datasets. When %insights_return(df) is run it will generate an Insights dataset from the df object. Data will be persisted in the workbook (when the workbook is saved) and will appear in the data pane after execution.
Clone this wiki locally