-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
DEPR: deprecate pandas/io/date_converters.py #24518
Comments
yeah let's do it. I also think you can just remove the |
Yes, I think the original idea behind this was to have functions that could be passed to |
definitely go for it. |
Is any of this user-facing (i.e.need deprecation cycle) or can we just rip it out? |
The conservative thing to do is go through a deprecation cycle, but since this is not advertised anywhere ripping it out might be okay. |
This is documented (https://dev.pandas.io/docs/user_guide/io.html#date-parsing-functions), so certainly needs to be deprecated first I think |
take |
This file contains one function that is used elsewhere in the code base (that can be moved), and the rest is unused and not advertised in the api.
Raising this issue to gauge whether we should outright remove it or deprecate this file since its technically public in
io
The text was updated successfully, but these errors were encountered: