Skip to content

Documentation flow issue #2061

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
wesm opened this issue Oct 11, 2012 · 0 comments
Closed

Documentation flow issue #2061

wesm opened this issue Oct 11, 2012 · 0 comments
Labels
Milestone

Comments

@wesm
Copy link
Member

wesm commented Oct 11, 2012

CHAPTER 6
ESSENTIAL BASIC FUNCTIONALITY

As the reader moves from section 6.1 to 6.2 to 6.3.1

The df variable does not trace through as the tutorial would expect.

I think it needs to insert something like the following

In [14]:

d = {'one': Series(randn(3), index=['a', 'b', 'c']),'two': Series(randn(4),index=['a','b','c','d']),'three': Series(randn(3), index=['b','c','d'])}
df =DataFrame(d)
@wesm wesm closed this as completed in c091a8a Nov 1, 2012
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

1 participant