I notice that this is an issue on GitHub already. Does anyone have any code that converts a Pandas DataFrame to an Orange Table?
Explicitly, I have the following tab
from Orange.data.pandas_compat import table_from_frame,table_to_frame df= table_to_frame(in_data) #here you go out_data = table_from_frame(df)
based on answer of Creo