-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Closed
Labels
Milestone
Description
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?
pandas/pandas/core/reshape/util.py
Line 10 in da6e26d
def match(needles, haystack): |
pandas/pandas/core/tools/datetimes.py
Line 863 in da6e26d
def ole2datetime(oledt): |
pandas/pandas/core/tools/datetimes.py
Line 855 in da6e26d
def format(dt): |
pandas/pandas/core/reshape/reshape.py
Line 411 in da6e26d
def pivot_simple(index, columns, values): |
pandas/pandas/core/reshape/reshape.py
Line 451 in da6e26d
def _slow_pivot(index, columns, values): |