Python
Insert custom Python code
Accessing Objects & Variables
df1 = sources[0].df # access table by index
df1 = sources["foo"].df # access table by namefoo = variables["foo"]Returning Objects
Table
return Table (
name = "foo"
df = df1
)Chart
JSON
Markdown
Available Libraries
Last updated
Was this helpful?