-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
API reference for Series.str, DataFrame.{iloc|loc}? #5068
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
PR for this? |
This seems not so easy: just adding For One workaround would be adding Reference to BTW: it seems that the API is not buildable on windows as io.rst is opened as UTF8 (My editors shows it is ASCII) and then fails on the umlauts in there ( |
Dynamic properties on an object aren't really easy to get at in terms of |
So, first try to get that done... Any comments? |
closed by #5124 |
I tried to find the API reference for the methods of
Series.str
, but they are not linked from http://pandas.pydata.org/pandas-docs/dev/api.htmlIt seems "new" thingies like
df.iloc
ordf.loc
are also not linked from there (DataFrame.ix
is!)The text was updated successfully, but these errors were encountered: