-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
Comments
yep...need to do this for 0.12 |
Should be easy enough, I'll put a pr together. |
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..... |
also...needs slight docs update (add in io.rst to the |
Do you think these should move to a new folder |
yes |
yes On Jun 6, 2013, at 6:33 PM, Andy Hayden [email protected] wrote:
|
closed by #3787 |
Should we change the name of
save
toto_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
tofrom_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)
The text was updated successfully, but these errors were encountered: