Skip to content

CLN/DEPR: Undocumented, old helper functions #21838

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
mroeschke opened this issue Jul 10, 2018 · 1 comment · Fixed by #22104
Closed

CLN/DEPR: Undocumented, old helper functions #21838

mroeschke opened this issue Jul 10, 2018 · 1 comment · Fixed by #22104
Labels
Clean Deprecate Functionality to remove in pandas Docs
Milestone

Comments

@mroeschke
Copy link
Member

There are some old, undocumented functions that exist in public namespaces that were maybe useful some time ago. Since these are not hidden in private namespaces, should these function undergo the normal depreciation processes?

def match(needles, haystack):

def ole2datetime(oledt):

def format(dt):

def pivot_simple(index, columns, values):

def _slow_pivot(index, columns, values):

@mroeschke mroeschke added the Deprecate Functionality to remove in pandas label Jul 17, 2018
@mroeschke
Copy link
Member Author

So looks like _slow_pivot is used in one panel test, so that should be kept for now.

pivot_simple is available as pd.pivot, probably needs a new issue to discuss.

@jreback jreback added this to the 0.24.0 milestone Jul 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Deprecate Functionality to remove in pandas Docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants