Skip to content

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

Closed
seth-p opened this issue Sep 3, 2014 · 4 comments
Closed

DOC: {Series,DataFrame}.dot() not listed under API Reference #8163

seth-p opened this issue Sep 3, 2014 · 4 comments
Labels

Comments

@seth-p
Copy link
Contributor

seth-p commented Sep 3, 2014

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

@jreback
Copy link
Contributor

jreback commented Sep 3, 2014

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)

@jorisvandenbossche
Copy link
Member

There is already something in this direction (a notebook), see here: #5124 (comment)
I had an adapted version of this notebook somewhere, but I should look that up.

@jorisvandenbossche
Copy link
Member

ah, sorry, browser page was not updated, I see you did already a PR

@jreback jreback added this to the 0.15.1 milestone Oct 2, 2014
@jreback jreback modified the milestones: 0.16.0, Next Major Release Mar 6, 2015
@jorisvandenbossche
Copy link
Member

There are listed now.

@jorisvandenbossche jorisvandenbossche modified the milestones: Next Major Release, No action Mar 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants