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
Sending files between operators
naveen_bharadwa
Member Posts: 9 Contributor I
I am new to RapidMiner and was wondering if there is a way send files from one operator to another instead of Pandas dataframes?
0
Answers
I'm not sure I understand what you want to do. Send flat files? There are different data loaders for flat files, databases, HDFS, etc.
So, I want to read a text file using one operator, read a file for example, and then send files in a loop to process each one separately(Text processing,i.e, stemming, tokenize, etc.). The way I understand, the operators can communicate only using Pandas Dataframe objects.
If I have written a python script on the Python script operator which would take a file as an input, I'm unable to pass the file from read file operator.
Only the Execute Python operator works Panda Dataframes. Other RapidMiner operators do not depend on Pandas, they have their own internal file handling.