Skip to content

Support reading from file-like objects (streaming input) #308

@slobodan-ilic

Description

@slobodan-ilic

Currently, pyreadstat only accepts file paths as input. This requires extracting large (5GB+) files from zip archives to disk before reading them. It would be more efficient to allow passing a file-like object directly (for example, from zipfile.open()), avoiding unnecessary disk I/O.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions