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

Converting values by formula

cruonitcruonit Member Posts: 1 Learner III
edited November 2018 in Help
What is to easiest way to convert a value like fahrenheit to celsius (i am experimenting with the GOLF dataset) with the formula: (°F - 32) * 5/9 = °C

And also for dates is there a tool for conversion form one format to another - from CSV to mysql format  ect. ?

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi,

    for calculating formulas you can use the Generate Attributes operator.

    To convert data between different formats (csv/excel/sql) just load the data with the corresponing Read operator (e.g. Read CSV) and then write it with one of the write operators into the desired format (e.g. Write Database).

    Best regards,
    Marius
Sign In or Register to comment.