<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>marijn de volder's Activities</title><link>https://communities.bentley.com/members/9113ff5f_2d00_cecc_2d00_4ff0_2d00_93eb_2d00_703e9caab8e4</link><description>marijn de volder's recent activity</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>python pandas</title><link>https://communities.bentley.com/products/geotech-analysis/f/forum/236493/python-pandas</link><pubDate>Tue, 04 Oct 2022 07:03:06 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:a7f387e9-48a3-422e-b295-617ac1298149</guid><dc:creator>marijn de volder</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Since I am working with plaxis connect my python scripts which use pandas &lt;span style="color:#ff0000;"&gt;are not&lt;/span&gt; working anymore.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I followed the steps in this thread, without success.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/products/geotech-analysis/w/wiki/51822/how-to-install-additional-python-modules-in-plaxis"&gt;https://communities.bentley.com/products/geotech-analysis/w/wiki/51822/how-to-install-additional-python-modules-in-plaxis&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Versions&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;My Plaxis version is 22.00.00.1733&lt;/p&gt;
&lt;p&gt;I am used the build in python editor:&amp;nbsp;Python 3.8.10&lt;/p&gt;
&lt;p&gt;The panda version I downloaded with pip is: 1.4.4&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The error message I get is:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;File &amp;quot;C:\ProgramData\Bentley\Geotechnical\PLAXIS Python Distribution V2\python\lib\site-packages\defusedxml\ElementTree.py&amp;quot;, line 68, in __init__&lt;br /&gt; _XMLParser.__init__(self, html, target, encoding)&lt;br /&gt;TypeError: __init__() takes 1 positional argument but 4 were given&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Python code:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;import pandas as pd&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;######################################################### Connect python-plaxis #########################################################&lt;/p&gt;
&lt;p&gt;pw = &amp;quot;XXXX&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;# PLAXIS 3D &lt;br /&gt;localhostport_input = 10000 &lt;br /&gt;localhostport_output = 10001&lt;br /&gt;from plxscripting.easy import *&lt;br /&gt;s_i, g_i = new_server(&amp;#39;localhost&amp;#39;, localhostport_input, password=pw) &lt;br /&gt;s_o, g_o = new_server(&amp;#39;localhost&amp;#39;, localhostport_output, password=pw)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;filename1=&amp;#39;220915_RFEM_Auflagerreaktionen-erdbeben.xlsx&amp;#39;&lt;/p&gt;
&lt;p&gt;df_knoten=pd.read_excel(filename1, sheet_name=0,header=0) # Knoten / Nodes&amp;nbsp; &amp;nbsp;# this line has the error&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://communities.bentley.com/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Tue, 04 Oct 2022 01:23:09 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:93d06b6d-367e-4d9f-9771-9f0f08d5fa9b</guid><dc:creator /><description>Ask a question in a forum.</description></item></channel></rss>