Skip to content

Generator Functions as Data Sources? #230

@akloster

Description

@akloster

In Pandas what I would often do to generate a DataFrame is to generate a list of Dictionaries, and create a DataFrame from there. Is that also possible with Odo? And would it be possible without keeping the whole list in memory?

The source of the records are normally not things like CSV or JSON, but either some computations, file exploration, etc. and I think it would be overkill or inconvenient to write a specialized backend.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions