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

"Aggregation of sales"

cwoolivecwoolive Member Posts: 4 Contributor I
edited June 2019 in Help

Can  anyone assist  i have a  a  transaction file  that has a field  for the  product code and a field  for the quantity sold in units .

 

I would like  to  aggregrate  the sales by  product  code  so it will reflect the total  sales  for a given  product code  since the  transaction file  has  multiple records  with the same  product code.

 

 

Colin

Tagged:

Best Answer

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    Solution Accepted

    Simple!  RapidMiner has the "Aggregate" operator that will do the trick.  Use product code as the "group by" attribute and sum(sales) as the aggregation attribute in the parameters and you should have what you need.

     

    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts

Answers

Sign In or Register to comment.