Skip to content

Change save to to_pickle #3782

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
hayd opened this issue Jun 6, 2013 · 8 comments
Closed

Change save to to_pickle #3782

hayd opened this issue Jun 6, 2013 · 8 comments
Milestone

Comments

@hayd
Copy link
Contributor

hayd commented Jun 6, 2013

Should we change the name of save to to_pickle inline with all of the other ways to export things. At the moment the docs are pretty light on what it does.

(I guess similarly with load to from_pickle.)

... not sure I actually have an opinion, but thought I'd throw it out there. Thoughts?

(this so question: http://stackoverflow.com/questions/16971803/serialization-of-a-pandas-dataframe)

@jreback
Copy link
Contributor

jreback commented Jun 6, 2013

yep...need to do this for 0.12

@hayd
Copy link
Contributor Author

hayd commented Jun 6, 2013

Should be easy enough, I'll put a pr together.

@jreback
Copy link
Contributor

jreback commented Jun 6, 2013

we could do it for 0.11.1 (and just put a warning on load/save) - see what's I did in io.parsers.ExcelFile....e.g. they will work, then we can actually change the api in 0.12.....

@jreback
Copy link
Contributor

jreback commented Jun 6, 2013

also...needs slight docs update (add in io.rst to the to_xxx)...(and in v0.11.1)

@hayd
Copy link
Contributor Author

hayd commented Jun 6, 2013

Do you think these should move to a new folder io/pickle ?

@jreback
Copy link
Contributor

jreback commented Jun 6, 2013

yes

@jreback
Copy link
Contributor

jreback commented Jun 6, 2013

yes

On Jun 6, 2013, at 6:33 PM, Andy Hayden [email protected] wrote:

Do you think these should move to a new folder io/pickle ?


Reply to this email directly or view it on GitHub.

@jreback
Copy link
Contributor

jreback commented Jun 15, 2013

closed by #3787

@jreback jreback closed this as completed Jun 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants