Skip to content

Feature request: Way to convert Pandas dataframe to Table object #68

Closed
@fccoelho

Description

Hi, Pandas is quickly becoming a standard in data analysis in the scientific Python community. So I think you should consider adding support for converting data in a pandas Dataframe to an Orange table object.

The other day I had a very complex csv which I wanted to read into Orange. The available CSV Importer couldn't read it but pandas, or a straight python script loaded without problems. So I added a Python Script block to my project. But then I got stuck because I couldn't find a way to transform the imported table into an Orange Table Object.

Perhaps better documentation on how to buiid a Table from raw data would already help a lot.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions