The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Python Scripting Extension version 9.5.0 is live!
tkenez
Employee-RapidMiner, RapidMiner Certified Expert, Member Posts: 22 RM Product Management
Good news everyone!
We have just released a new version of the Python Scripting Extension. It contains a bunch of great improvements so I encourage you all to update/download and give it a go. You can get it here.
Here are the highlights:
- Data handover between RapidMiner and Python has been reworked, fixing several bugs reported by users (such as handling multiline text, special characters in attribute names, timezone in date types and empty values correctly). We also made it faster! (Note: new compatibility level introduced to ensure we don’t break existing behavior)
- It is now possible to expose processes containing Execute Python operators as webservices on Server!
- Macros are now handled consistently in inline scripts and files
- Execution robustness has been improved on Linux and Mac
We have also published a new version of our python-rapidminer Python library on GitHub, which allows you to access the RapidMiner repository and execute processes right from your Python code.
Enjoy! And as always, we welcome any and all feedback
Tagged:
6
Comments
Hi Tamas,
I’m trying to read a csv file from my system into a pandas dataframe and display it through the execute python operator. I need to pass the name (FullCustomerData) of the file to be read as a user input which I defined through a macro filNam.
I checked the ‘use macros’ box in the parameters tab for the execute python operator to be able to use the macro in the script, but I’m getting an error. I’m attaching the pics of the script and the error message. I would greatly appreciate any help in resolving this! Thank you!
Regards,
Pradyumna.
I think I understand where the conflict is now. And both methods worked! Thanks a ton!
Regards,
Pradyumna.