Any reason {Series,DataFrame}.dot()
are not listed under http://pandas.pydata.org/pandas-docs/stable/api.html?
They are documented: http://pandas.pydata.org/pandas-docs/stable/generated/pandas.Series.dot.html http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.dot.html
Comment From: jreback
nope
might be other functions not in the API
want to make a script to find methods not in the API ? (put in pandas/scripts) - will be some false positives - just needs to give a rough cut
(their is an issue for this somewhere)
Comment From: jorisvandenbossche
There is already something in this direction (a notebook), see here: https://github.com/pydata/pandas/pull/5124#issuecomment-25841896 I had an adapted version of this notebook somewhere, but I should look that up.
Comment From: jorisvandenbossche
ah, sorry, browser page was not updated, I see you did already a PR
Comment From: jorisvandenbossche
There are listed now.