Skip to content

object used in example but not created there #11223

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
RafalSkolasinski opened this issue Oct 2, 2015 · 2 comments
Closed

object used in example but not created there #11223

RafalSkolasinski opened this issue Oct 2, 2015 · 2 comments
Labels
Milestone

Comments

@RafalSkolasinski
Copy link
Contributor

In here object s is used in the example but not created on this page (at least in this form).

Above it is created as series

In [8]: s = pd.Series([1, 2, 3, 10, 20, 30], lst)

once under here

In [27]: s
Out[27]: 
first  second
bar    one      -0.575247
       two       0.254161
baz    one      -1.143704
       two       0.215897
foo    one       1.193555
       two      -0.077118
qux    one      -0.408530
       two      -0.862495
dtype: float64

is completely different thing.

I find referring to objects created on other manual pages very confusing.

@TomAugspurger
Copy link
Contributor

The Series is created on line 260 in doc/source/groupby.rst, but the creation was hidden. A pull request to make that visible would be great if you could.

@TomAugspurger TomAugspurger added this to the Next Major Release milestone Oct 2, 2015
@jreback jreback modified the milestones: 0.17.1, Next Major Release Nov 13, 2015
@jreback
Copy link
Contributor

jreback commented Nov 15, 2015

closed by #11443

@jreback jreback closed this as completed Nov 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants