Skip to content

REF: in pandas.io.common integerate BytesIOWrapper into IOHandle #39383

Closed
@arw2019

Description

@arw2019

references:

pyarrow requires BytesIO not StringIO so in #38370 we add a class that returns a binary handle to reader input. This class (BytesIOWrapper) should be integrated into IOHandle to better align with the patterns we use elsewhere for file handles (#37639 is the PR that standardized things)

I originally intended to do this in #38370 but I got a little stuck and since that PR is sizeable already I think it's better to spin it off into a separate follow-on task

Metadata

Metadata

Assignees

Labels

IO DataIO issues that don't fit into a more specific labelInternalsRelated to non-user accessible pandas implementationRefactorInternal refactoring of code

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions