<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>python pandas</title><link>https://communities.bentley.com/products/geotech-analysis/f/forum/236493/python-pandas</link><description>Hello, 
 Since I am working with plaxis connect my python scripts which use pandas are not working anymore. 
 I followed the steps in this thread, without success. 
 https://communities.bentley.com/products/geotech-analysis/w/wiki/51822/how-to-install</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: python pandas</title><link>https://communities.bentley.com/thread/752589?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2023 07:44:40 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:13425f7e-f0cc-4b46-8103-10152f8c66af</guid><dc:creator>Vasile Chiorean</dc:creator><description>&lt;p&gt;It works now. The problem was that I had to pass the whole path to the excel file inside the pd.read_excel method, even though &lt;strong&gt;the excel file and the python script are in the same folder.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;for example:&lt;br /&gt;&lt;br /&gt;file = pd.read_excel(&amp;quot;MyExcel&amp;quot;, sheet_name=&amp;quot;Sheet1&amp;quot;) will not work.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;file = pd.read_excel(&amp;quot;C:\PythonScripts\MyExcel&amp;quot;, sheet_name=&amp;quot;Sheet1&amp;quot;) will work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: python pandas</title><link>https://communities.bentley.com/thread/752488?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2023 18:33:55 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:529c7a5f-b90e-4e26-aead-c5f1b6c4138e</guid><dc:creator>Vasile Chiorean</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;I have a similar problem with Python version 3.11.1. My script works perfectly in the input program without pandas. When I try to use pandas inside a script, it will stop running. my defusedxml is version 0.7.1. I&amp;#39;ve also tried with the integrated python interpreter and still doesn&amp;#39;t work. I&amp;#39;ve installed pandas from the command prompt inside the input program. My Plaxis version is&amp;nbsp;22.2.0.1078.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: python pandas</title><link>https://communities.bentley.com/thread/736079?ContentTypeID=1</link><pubDate>Tue, 11 Oct 2022 08:18:25 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:79799874-d03b-4ab3-abf3-5e218cdb5397</guid><dc:creator>marijn de volder</dc:creator><description>&lt;p&gt;This helped indeed. Now it is working. Thanks!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: python pandas</title><link>https://communities.bentley.com/thread/735030?ContentTypeID=1</link><pubDate>Tue, 04 Oct 2022 09:53:49 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:6ec0f2fa-8668-4872-bf08-37fc4302b38d</guid><dc:creator>Stefanos Papavasileiou</dc:creator><description>&lt;p&gt;Dear Marijn,&lt;/p&gt;
&lt;p&gt;It seems that pandas use this module, however, there is an incompatibility. I did some research online to find that a specific version was causing problems.&lt;/p&gt;
&lt;p&gt;As the PLAXIS version you are using is not our latest released, can you please check and upgrade the&amp;nbsp;&lt;span&gt;&lt;strong&gt;&lt;em&gt;defusedxml&lt;/em&gt; &lt;/strong&gt;to the latest version?&lt;br /&gt;&lt;strong&gt;In my case upgrading to 0.7.1 seems to have solved the problem.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Note that as we deliver various modules with PLAXIS it is not easy to track each and every bug modules may have and their compatibility with third-party modules.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>