Skip to content

Conversation

@glopesdev
Copy link
Contributor

Similar to other numeric and data frame processing libraries we would like to minimize the redundancy of functions exposed by the io module to avoid confusion.

Here we merge read and parse into a single read function accepting either a file-like or a buffer-like object. For consistency and symmetry, we also rename write and format as to_file and to_buffer functions, respectively.

Finally, the order of the first parameters into the to_file function has been swapped to match what would be more closely expected from an extension method.

@glopesdev glopesdev added the feature New planned feature label Mar 22, 2025
@glopesdev glopesdev requested a review from bruno-f-cruz March 22, 2025 13:31
@glopesdev glopesdev merged commit 9d05b58 into main Mar 22, 2025
12 checks passed
@glopesdev glopesdev deleted the unified-io branch March 22, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New planned feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants