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

Documentation about type conversion between RapidMiner and Python

ArtmArtm Member Posts: 8 Learner III
Hi There, 

Is there any documentation about how datatypes are passed around and converted from RapidMiner to Python and vice versa ?

For instance, I see that a datetime is tossed as an normal object in pandas.
When you transfer a datetime column to RapidMiner back you get a warning : 
FutureWarning: casting datetime64[ns, UTC] values to int64 with .astype(...) is deprecated and will raise in a future version. Use .view(...) instead.

Nov 11, 2021 8:11:39 PM INFO:   df[name] = df[name].astype("int64")//1000

This occurs somewhere when handing over the dataframe to an example set. This is not part of my own code.

I would like to know if there is documentation on the details of data type conversion between RapidMiner and python.

--Art

Tagged:

Answers

Sign In or Register to comment.