You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to_pickle is exported in the pandas.__init__ but not documented to be accessible from there (non of the other to_<IO> functions are exported in pandas.__init__).
Should to_pickle be removed/deprecated from pandas.__init__ or should it be documented?