might be nice to adapt this scipy script: https://github.com/scipy/scipy/blob/master/tools/refguide_check.py - To find all things that are not documented - make an issue so they can get fixed. - add this procedure to the wiki

Comment From: jorisvandenbossche

There is already done some work on this: - Discussion here: https://github.com/pydata/pandas/pull/5124#issuecomment-25841896, with a notebook doing something similar. I had an adapted version of this notebook somewhere, but I should look that up. - A PR implementing something like this: #8166, which should be reviewed (I will try to do that)

So we should consolidate the different efforts, and maybe see if we can use some things of the scipy version.

Comment From: jreback

ahh forgot about that issue can u put an xref on that link and ping seth-p?