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
It does appear that this is technically used in merging.rst, though the block referencing it is suppressed. That said, do we have any tools to analyze and clean up unused code? Wonder if something like vulture is worth exploring for pandas
I'll open a separate change for that. Running vulture pandas --exclude pandas/tests from the top level directory yields 469 items, and I imagine there has to be some false positives in there.
If someone goes through the modules called out by the tool and can learn in more detail how the tool works it appears to be something that can get integrated with CI
util._doctools.TablePlotter is used only in it's own
__main__
block. Does that need to exist?_decorators.docstring_wrapper is unused.
The text was updated successfully, but these errors were encountered: