Skip to content

Send Dataframe from one component to another #34

@Piebekoster

Description

@Piebekoster

Hi there!

I am running Pandas to read an .xlsx file into GH_CPython. As this process is quite slow, I want to do it once and then send the imported Dataframe to other GH_CPython components. However, everytime I connect the output with the input, it crashes.

I have tried 'hiding' the Dataframe in a class. The program doesn't crash, but it doesn't see the Dataframe either.

Is there any way I can send a Dataframe to other components?

Thanks a lot!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions