@@ -11,7 +11,7 @@ Storage Default
11
11
XData BPL [ XMLNamespace = " http://www.intersystems.com/bpl" ]
12
12
{
13
13
<process language ='objectscript ' request ='Ens .Request ' response ='Ens .Response ' height ='2000 ' width ='2000 ' >
14
- <sequence xend ='200 ' yend ='750 ' >
14
+ <sequence xend ='200 ' yend ='850 ' >
15
15
<call name ='Correlation Matrix : Tabular ' target ='isc .py .ens .Operation ' async ='1 ' xpos ='200 ' ypos ='250 ' >
16
16
<annotation ><![CDATA [import pyodbc
17
17
import pandas as pd
@@ -42,13 +42,7 @@ Data0['UEBRIGE_BRUEHWURST_STUECK']=pd.to_numeric(Data0['UEBRIGE_BRUEHWURST_STUEC
42
42
Data0 ['WIENERLI _KNACKERLI _FRANKFURTERLI ']=pd .to _numeric (Data0 ['WIENERLI _KNACKERLI _FRANKFURTERLI '])
43
43
corrmat =Data0 .corr ()
44
44
corrmat .columns .name ='CATEGORY '
45
- //PyRun_SimpleString("import sys
46
- //PyRun_SimpleString("orig_stdout=sys.stdout
47
- //PyRun_SimpleString("f=open('C:/IRIS+Python/IRIS+Python_output_model_001.txt','w')
48
- //PyRun_SimpleString("sys.stdout=f
49
45
result =corrmat .to _string ()
50
- //PyRun_SimpleString("sys.stdout=orig_stdout
51
- //PyRun_SimpleString("f.close()
52
46
cnxn .close ()
53
47
]]></annotation >
54
48
<request type ='isc .py .msg .ExecutionRequest ' >
@@ -77,6 +71,7 @@ plt.close(f)]]></annotation>
77
71
<request type ='isc .py .msg .SaveRequest ' />
78
72
<response type ='Ens .StringResponse ' />
79
73
</call >
74
+ <sync name ='Wait : Save Context ' calls ='Save Context ' type ='all ' xpos ='200 ' ypos ='750 ' />
80
75
</sequence >
81
76
</process >
82
77
}
0 commit comments