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

check the following possible error #1

Open
gatsoulis opened this issue Apr 12, 2016 · 0 comments
Open

check the following possible error #1

gatsoulis opened this issue Apr 12, 2016 · 0 comments

Comments

@gatsoulis
Copy link
Owner

From email I received.

"""
I found an error in your book on multivariate analysis. The following line in the def pca_summary(pca, standardised_data, out=True): section should be changed to allow zip to be used in creating a dataframe.

pd.DataFrame(zip(a, b, c), index=names, columns=columns) -> pd.DataFrame(list(zip(a, b, c)), index=names, columns=columns)

Thanks for this nice little writeup!
"""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant