Options

rapidminer date bug

i am reading a table from mysql with date format yymmdd and it displays as MonthddYear in rapidminer
but the problem is with i input it to python 
import pandas
def rm_main(data):
return data

even if i do nothing with it the date appear as ?  i tried converting it to numerical before using python and also tried converting it to timestamp inside python then used numeral to date after python  but i get the default 1970 time

Tagged:
0
0 votes

Fixed and Released · Last Updated

SCRIPT-37

Comments

  • Options
    David_ADavid_A Administrator, Moderator, Employee, RMResearcher, Member Posts: 297 RM Research
    Hi,

    is it only the representation of the date (meaning it i correctly shown as the attribute type date or date_time)?
    If so, it is only the way how RapidMiner displays dates, if you export the data, you then can specify your preferred format.

    Best,
    David
Sign In or Register to comment.