Skip to content

API: add reads_json, reads_msgpack, reads_csv, reads_pickle as convience functions which accept a string #5957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Jan 15, 2014

related #5655
related #5874
closes #5924

todo:

[ ] update io.rst docs / whatsnew
[ ] more tests (esp pickle/csv) for passing string to ``read_csv`` or file-handle to ``reads_csv``

…nce functions which accept a string

     or string-like data input for reading like the file equivalent (GH5655, GH5874)
@jtratner
Copy link
Contributor

Not super thrilled with so many new functions... Any chance we could add a
string= kwarg to existing instead?

@jreback
Copy link
Contributor Author

jreback commented Jan 16, 2014

closing in favor of #5954 or doing nothing (better IMHO)

@jreback jreback closed this Jan 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API: allow read_pickle to read from strings (and not just files)
2 participants