Skip to content
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

DOC: docstring / API for the indexers ([]/ix/loc/iloc) #6920

Closed
jreback opened this issue Apr 22, 2014 · 2 comments · Fixed by #9316
Closed

DOC: docstring / API for the indexers ([]/ix/loc/iloc) #6920

jreback opened this issue Apr 22, 2014 · 2 comments · Fixed by #9316
Labels
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Apr 22, 2014

We have this nice comment if you bring up the API page itself by the indexers, but searching and clicking on say pandas.DataFrame.loc just give you an empty page

@jreback jreback added this to the 0.14.0 milestone Apr 22, 2014
@jreback jreback added the Docs label Apr 22, 2014
@jreback jreback changed the title DOC: docstring / API for the indexers (ix/loc/iloc) DOC: docstring / API for the indexers (ix/loc/iloc) Apr 22, 2014
@jreback jreback modified the milestones: 0.14.1, 0.14.0 May 5, 2014
@jreback jreback modified the milestones: 0.15.0, 0.14.1 Jun 17, 2014
@lexual
Copy link
Contributor

lexual commented Jul 15, 2014

Example of empty docs:

http://pandas.pydata.org/pandas-docs/stable/generated/pandas.Series.iloc.html#pandas.Series.iloc

From a quick grep through the code, I'm not quite sure where the needed docstrings need to go?!?

@jreback
Copy link
Contributor Author

jreback commented Jul 15, 2014

I think in core/indexing.py/_iLocIndexer (which is the class where this is defined).

see core/generic.py/_create_indexer which is how these are created.

You may need to experiment.

@jorisvandenbossche jorisvandenbossche changed the title DOC: docstring / API for the indexers (ix/loc/iloc) DOC: docstring / API for the indexers ([]/ix/loc/iloc) Jan 18, 2015
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.

2 participants