jb7's avatar
jb7
Advocate I
7 years ago
Status:
Needs Votes

More than one dataframe in Python / R visuals

It is somewhat limiting to only pass a single dataframe into Python/R. It would be great if a single Python/R visual could have 2 or more drop-boxes for data fields, serving as multiple dataframes in a single Python/R script.

2 Comments

  • msn1's avatar
    msn1
    New Member
    You can, like this: Let GetTable1 = some data import script here GetTable2 = some other data import script here #"Run Python script" = Python.Execute("some script here",[df1=GetTable1, df2=GetTable2]) In GetTable1

Recent ideas