I am having an issue with the python tool. I create a dataframe (called df_LS in the picture below), which I print to screen. As you can see from the message in the python tool, it prints the following:
Score Variables
0 0.078739 Sepal_length
1 0.182821 Sepal_width
2 0.020822 Petal_length
3 0.025965 Petal_width
However the output from the connection data 1, shows up as follows:
Score Variables
0.078739 Sepal_length
-0.589666 Sepal_width
0.033873 Petal_length
0.001242 Petal_width
Any ideas as to what is happening between the "print(df_LS)" statement and the "Alteryx.write(df_LS,1)" statement?
Thanks!
