We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
c091a8a
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: