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

Unwanted Columns

IngoRMIngoRM Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
edited November 2018 in Knowledge Base

Question

I am trying to import a cvs file and what operator do I use to eliminate unwanted columns?

Answer

The data import can be done via two different ways: using the import wizard into the repository (preferred way, check out this: http://docs.rapidminer.com/studio/getting-started/2-importing-data.html) or by using the operator Read CSV (http://docs.rapidminer.com/studio/getting-started/3-data-loading.html).  Both videos show examples for Excel but CSV works in principle in the same way.

 

For removing columns, you have again two options: Select Attributes (http://docs.rapidminer.com/studio/operators/blending/attributes/selection/select_attributes.html) can be used to manually select which columns (called “attributes” in RapidMiner).  You can keep (or remove) single columns or subsets which is defined in the parameters of the operator.  The second option is Remove Useless Attributes (http://docs.rapidminer.com/studio/operators/blending/attributes/selection/remove_useless_attributes.html) which automatically removes useless attributes for you, i.e. for example columns which only have one single value.

 

In general the following video series might be helpful: http://docs.rapidminer.com/studio/getting-started/

 

You also should definitely check out the built-in tutorials which can be found under “Questions” in the top right corner of the product.

 

Last but not least: these are the type of questions our user community is more than happy to help you with as well.  You can find it at http://community.rapidminer.com

Sign In or Register to comment.