跳至主要内容

Python.Execute

琵址悅騱Executes Python script and returns data frames

Syntax

Python.Execute(
script as text,
optional arguments as record
) as table

Examples

Example #1

琵址悅騱Executes Python script and returns data frames

Python.Execute("a = pandas.DataFrame(dataset[dataset.columns[0]])", [dataset=#"Source"])