Search code examples
pandasorange

Orange3 in 64bit and pandas


Is there a way to use Orange3 in a 64bit system and fill tables with pandas dataframe ?

There is no table_from_dataframe method, so I guess no.

Also, is there a way to get infos and some news about Orange developpement ?

Thanks :)


Solution

  • You can follow Orange development on GitHub.

    There seems to be a "pandas" feature branch that hasn't been merged yet.

    I'm using Orange as a 64-bit process on a non-Windos platform (specifically, Debian). As far as I know, it comes 64-bit by default, except, of course, on Windos.