Converting Pandas DataFrame to Orange Table
问题 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 table. user hotel star_rating user home_continent gender 0 1 39 4.0 1 2 female 1 1 44 3.0 1 2 female 2 2 63 4.5 2 3 female 3 2 2 2.0 2 3 female 4 3 26 4.0 3 1 male 5 3 37 5.0 3 1 male 6 3 63 4.5 3 1 male 回答1: The documentation of Orange package didn't cover all the details. Table._init__(Domain, numpy.ndarray) works only for int and