-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: {Series,DataFrame}.dot() not listed under API Reference #8163
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
Comments
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) |
There is already something in this direction (a notebook), see here: #5124 (comment) |
ah, sorry, browser page was not updated, I see you did already a PR |
There are listed now. |
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
The text was updated successfully, but these errors were encountered: